Struct goblin::mach::load_command::LoadCommand   
source · pub struct LoadCommand {
    pub offset: usize,
    pub command: CommandVariant,
}Expand description
A tagged LoadCommand union
Fields§
§offset: usizeThe offset this load command occurs at
command: CommandVariantWhich load command this is inside a variant
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LoadCommand
impl Send for LoadCommand
impl Sync for LoadCommand
impl Unpin for LoadCommand
impl UnwindSafe for LoadCommand
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