Struct goblin::elf::dyn::Dyn [] [src]

pub struct Dyn {
    pub d_tag: u64,
    pub d_val: u64,
}

Fields

Methods

impl Dyn
[src]

Trait Implementations

impl Default for Dyn
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Dyn
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Dyn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Dyn
[src]

Formats the value using the given formatter.

impl SizeWith<Ctx> for Dyn
[src]

impl<'a> TryFromCtx<'a, (usize, Ctx)> for Dyn
[src]

impl TryIntoCtx<(usize, Ctx)> for Dyn
[src]

impl From<Dyn> for ElfDyn
[src]

Performs the conversion.

impl From<Dyn> for ElfDyn
[src]

Performs the conversion.