Enum elfkit::section::SectionContent [] [src]

pub enum SectionContent {
    None,
    Raw(Vec<u8>),
    Relocations(Vec<Relocation>),
    Symbols(Vec<Symbol>),
    Dynamic(Vec<Dynamic>),
    Strtab(Strtab),
}

Variants

Methods

impl SectionContent
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for SectionContent
[src]

[src]

Formats the value using the given formatter.

impl Clone for SectionContent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SectionContent
[src]

[src]

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