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

pub struct Dynamic<P> {
    // some fields omitted
}

Methods

impl Dynamic<P32>
[src]

fn get_tag(&self) -> Result<Tag<P32>, &'static str>

fn get_val(&self) -> Result<P32, &'static str>

fn get_ptr(&self) -> Result<P32, &'static str>

impl Dynamic<P64>
[src]

fn get_tag(&self) -> Result<Tag<P64>, &'static str>

fn get_val(&self) -> Result<P64, &'static str>

fn get_ptr(&self) -> Result<P64, &'static str>

Trait Implementations

impl<P> Pod for Dynamic<P>
[src]