Struct elfkit::section::Section[][src]

pub struct Section {
    pub header: SectionHeader,
    pub name: Vec<u8>,
    pub content: SectionContent,
    pub addrlock: bool,
}

Fields

Methods

impl Section
[src]

Trait Implementations

impl Debug for Section
[src]

Formats the value using the given formatter. Read more

impl Default for Section
[src]

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

impl Clone for Section
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Section

impl Sync for Section