Struct elf_utilities::file::ELF64Dumper
source · [−]pub struct ELF64Dumper {
pub file: ELF64,
}Fields
file: ELF64Implementations
sourceimpl ELF64Dumper
impl ELF64Dumper
Auto Trait Implementations
impl RefUnwindSafe for ELF64Dumper
impl Send for ELF64Dumper
impl Sync for ELF64Dumper
impl Unpin for ELF64Dumper
impl UnwindSafe for ELF64Dumper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more