pub struct ElfSegments { /* private fields */ }
Expand description
The Memory mapping of elf object
Implementations§
Trait Implementations§
Source§impl Debug for ElfSegments
impl Debug for ElfSegments
Auto Trait Implementations§
impl Freeze for ElfSegments
impl RefUnwindSafe for ElfSegments
impl !Send for ElfSegments
impl !Sync for ElfSegments
impl Unpin for ElfSegments
impl UnwindSafe for ElfSegments
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