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

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

Methods

impl Dynamic<P32>
[src]

[src]

[src]

[src]

impl Dynamic<P64>
[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl<P> Send for Dynamic<P> where
    P: Send

impl<P> Sync for Dynamic<P> where
    P: Sync