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