Struct elrond::ProgramHeaderTable [] [src]

pub struct ProgramHeaderTable {
    pub kind: Elf_Word,
    pub offset: Elf_Off,
    pub vaddr: Elf_Addr,
    pub paddr: Elf_Addr,
    pub flags: Elf_Word,
    pub memsize: Elf_VarWord,
    pub align: Elf_VarWord,
    pub filesz: Elf_VarWord,
}

Fields

Methods

impl ProgramHeaderTable
[src]

[src]

Read RAM flags

[src]

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

[src]

Return the data as an aliased borrow

None

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

Trait Implementations

impl Clone for ProgramHeaderTable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ProgramHeaderTable
[src]

impl Debug for ProgramHeaderTable
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ProgramHeaderTable
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for ProgramHeaderTable
[src]