pub struct ElfLoad {
pub p_offset: u64,
pub p_vaddr: u64,
pub p_filesz: u64,
}Expand description
Elf load segments used during address normalization to find the ELF segment where an address falls into.
Fields§
§p_offset: u64§p_vaddr: u64§p_filesz: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElfLoad
impl RefUnwindSafe for ElfLoad
impl Send for ElfLoad
impl Sync for ElfLoad
impl Unpin for ElfLoad
impl UnsafeUnpin for ElfLoad
impl UnwindSafe for ElfLoad
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more