Struct elrond::Section [] [src]

pub struct Section {
    pub sh_name: Elf_Word,
    pub sh_type: SectionType,
    pub sh_flags: Elf_VarWord,
    pub sh_addr: Elf_Addr,
    pub sh_offset: Elf_Off,
    pub sh_size: Elf_VarWord,
    pub sh_link: Elf_Word,
    pub sh_info: Elf_Word,
    pub sh_addralign: Elf_VarWord,
    pub sh_entsize: Elf_VarWord,
}

Fields

Methods

impl Section
[src]

Return's that data from the File associated with this section

Return the data as an aliased borrow

None

Return's an Option::None when the buffer is insufficient size

Trait Implementations

impl Clone for Section
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Section
[src]

Formats the value using the given formatter.