pub struct RoutinesCommand64 {
pub cmd: LCLoadCommand,
pub cmdsize: u32,
pub init_address: u64,
pub init_module: u64,
pub reserved1: u64,
pub reserved2: u64,
pub reserved3: u64,
pub reserved4: u64,
pub reserved5: u64,
pub reserved6: u64,
}Fields§
§cmd: LCLoadCommand§cmdsize: u32§init_address: u64§init_module: u64§reserved1: u64§reserved2: u64§reserved3: u64§reserved4: u64§reserved5: u64§reserved6: u64Trait Implementations§
Source§impl Debug for RoutinesCommand64
impl Debug for RoutinesCommand64
Source§impl PartialEq for RoutinesCommand64
impl PartialEq for RoutinesCommand64
Source§fn eq(&self, other: &RoutinesCommand64) -> bool
fn eq(&self, other: &RoutinesCommand64) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RoutinesCommand64
impl StructuralPartialEq for RoutinesCommand64
Auto Trait Implementations§
impl Freeze for RoutinesCommand64
impl RefUnwindSafe for RoutinesCommand64
impl Send for RoutinesCommand64
impl Sync for RoutinesCommand64
impl Unpin for RoutinesCommand64
impl UnsafeUnpin for RoutinesCommand64
impl UnwindSafe for RoutinesCommand64
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