pub struct LoadCommand {
pub offset: usize,
pub command: CommandVariant,
}
Expand description
A tagged LoadCommand union
Fields§
§offset: usize
The offset this load command occurs at
command: CommandVariant
Which load command this is inside a variant
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadCommand
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