#[repr(C)]pub struct load_command {
pub cmd: u32,
pub cmdsize: u32,
}
Fields§
§cmd: u32
§cmdsize: u32
Trait Implementations§
Source§impl Clone for load_command
impl Clone for load_command
Source§fn clone(&self) -> load_command
fn clone(&self) -> load_command
Returns a copy 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 load_command
impl Debug for load_command
Source§impl Hash for load_command
impl Hash for load_command
Source§impl PartialEq for load_command
impl PartialEq for load_command
impl Copy for load_command
impl Eq for load_command
impl StructuralPartialEq for load_command
Auto Trait Implementations§
impl Freeze for load_command
impl RefUnwindSafe for load_command
impl Send for load_command
impl Sync for load_command
impl Unpin for load_command
impl UnwindSafe for load_command
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