#[repr(C)]pub struct Macho_Command_t {
pub command: LIEF_MACHO_LOAD_COMMAND_TYPES,
pub size: u32,
pub data: *mut u8,
pub offset: u32,
}Fields§
§command: LIEF_MACHO_LOAD_COMMAND_TYPES§size: u32§data: *mut u8§offset: u32Trait Implementations§
Source§impl Clone for Macho_Command_t
impl Clone for Macho_Command_t
Source§fn clone(&self) -> Macho_Command_t
fn clone(&self) -> Macho_Command_t
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 Macho_Command_t
impl Debug for Macho_Command_t
impl Copy for Macho_Command_t
Auto Trait Implementations§
impl Freeze for Macho_Command_t
impl RefUnwindSafe for Macho_Command_t
impl !Send for Macho_Command_t
impl !Sync for Macho_Command_t
impl Unpin for Macho_Command_t
impl UnwindSafe for Macho_Command_t
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