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

pub enum DynamicContent {
    None,
    String(String),
    Address(u64),
    Flags1(DynamicFlags1),
}

Variants

Trait Implementations

impl Debug for DynamicContent
[src]

[src]

Formats the value using the given formatter.

impl Clone for DynamicContent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more