Struct xmas_elf::dynamic::Dynamic [] [src]

#[repr(C)]
pub struct Dynamic<P> where
    Tag_<P>: Debug
{ /* fields omitted */ }

Methods

impl Dynamic<P32>
[src]

impl Dynamic<P64>
[src]

Trait Implementations

impl<P: Debug> Debug for Dynamic<P> where
    Tag_<P>: Debug
[src]

Formats the value using the given formatter.

impl<P> Pod for Dynamic<P> where
    Tag_<P>: Debug
[src]