#[repr(C)]
pub struct ELF64 { pub ehdr: Ehdr64, pub sections: Vec<Section64>, pub segments: Vec<Segment64>, }

Fields

ehdr: Ehdr64sections: Vec<Section64>segments: Vec<Segment64>

Implementations

add a section with creating new entry of section table and etc.

get section index if predicate returns true.

get a section if predicate returns true.

get a mutable section if predicate returns true.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.