pub struct MachOBinary { /* private fields */ }
Expand description
Parsed Mach-O binary
Trait Implementations§
Source§impl BinaryFormatTrait for MachOBinary
impl BinaryFormatTrait for MachOBinary
Source§fn format_type(&self) -> Format
fn format_type(&self) -> Format
Get format type
Source§fn architecture(&self) -> Architecture
fn architecture(&self) -> Architecture
Get target architecture
Source§fn entry_point(&self) -> Option<u64>
fn entry_point(&self) -> Option<u64>
Get entry point
Source§fn metadata(&self) -> &BinaryMetadata
fn metadata(&self) -> &BinaryMetadata
Get metadata
Auto Trait Implementations§
impl Freeze for MachOBinary
impl RefUnwindSafe for MachOBinary
impl Send for MachOBinary
impl Sync for MachOBinary
impl Unpin for MachOBinary
impl UnwindSafe for MachOBinary
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