pub struct ELFDumper {
pub file: ELF,
}Fields§
§file: ELFImplementations§
Auto Trait Implementations§
impl Freeze for ELFDumper
impl RefUnwindSafe for ELFDumper
impl Send for ELFDumper
impl Sync for ELFDumper
impl Unpin for ELFDumper
impl UnwindSafe for ELFDumper
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