Struct libc::load_command
source · #[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<load_command> for load_command
impl PartialEq<load_command> for load_command
source§fn eq(&self, other: &load_command) -> bool
fn eq(&self, other: &load_command) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for load_command
impl Eq for load_command
impl StructuralEq for load_command
impl StructuralPartialEq for load_command
Auto Trait Implementations§
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