pub struct Segment<'a> { /* fields omitted */ }
Expand description
A mapped segment in an ELF file.
Formats the value using the given formatter. Read more
The associated shared library type for this segment.
Returns true
if this is a code segment.
Returns true
if this is a segment loaded into memory.
Get this segment’s stated virtual address of this segment. Read more
Get the length of this segment in memory (in bytes).
Get this segment’s actual virtual memory address. Read more
Does this segment contain the given address?
Does this segment contain the given address?
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.