Struct libc::load_command [−][src]
#[repr(C)]pub struct load_command { pub cmd: u32, pub cmdsize: u32, }
Fields
cmd: u32cmdsize: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.