Enum elfkit::dynamic::DynamicContent[][src]

pub enum DynamicContent {
    None,
    String((Vec<u8>, Option<u64>)),
    Address(u64),
    Flags1(DynamicFlags1),
}

Variants

Trait Implementations

impl Debug for DynamicContent
[src]

Formats the value using the given formatter. Read more

impl Clone for DynamicContent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DynamicContent
[src]

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

Auto Trait Implementations