pub struct ElfParser;
Expand description
ELF format parser
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElfParser
impl RefUnwindSafe for ElfParser
impl Send for ElfParser
impl Sync for ElfParser
impl Unpin for ElfParser
impl UnwindSafe for ElfParser
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