#[repr(C)]pub struct Macho_Header_t {
pub magic: u32,
pub cpu_type: LIEF_MACHO_CPU_TYPES,
pub cpu_subtype: u32,
pub file_type: LIEF_MACHO_FILE_TYPES,
pub nb_cmds: u32,
pub sizeof_cmds: u32,
pub flags: u32,
pub reserved: u32,
}Fields§
§magic: u32§cpu_type: LIEF_MACHO_CPU_TYPES§cpu_subtype: u32§file_type: LIEF_MACHO_FILE_TYPES§nb_cmds: u32§sizeof_cmds: u32§flags: u32§reserved: u32Trait Implementations§
Source§impl Clone for Macho_Header_t
impl Clone for Macho_Header_t
Source§fn clone(&self) -> Macho_Header_t
fn clone(&self) -> Macho_Header_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_Header_t
impl Debug for Macho_Header_t
impl Copy for Macho_Header_t
Auto Trait Implementations§
impl Freeze for Macho_Header_t
impl RefUnwindSafe for Macho_Header_t
impl Send for Macho_Header_t
impl Sync for Macho_Header_t
impl Unpin for Macho_Header_t
impl UnwindSafe for Macho_Header_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