pub struct MachCommand(pub LoadCommand, pub usize);Expand description
Wrap load command with size in the Mach-O file
Tuple Fields§
§0: LoadCommand§1: usizeImplementations§
Source§impl MachCommand
impl MachCommand
Trait Implementations§
Source§impl Clone for MachCommand
impl Clone for MachCommand
Source§fn clone(&self) -> MachCommand
fn clone(&self) -> MachCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MachCommand
impl Debug for MachCommand
Auto Trait Implementations§
impl Freeze for MachCommand
impl RefUnwindSafe for MachCommand
impl !Send for MachCommand
impl !Sync for MachCommand
impl Unpin for MachCommand
impl UnwindSafe for MachCommand
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