Struct goblin::mach::load_command::TwolevelHintsCommand   
source · #[repr(C)]pub struct TwolevelHintsCommand {
    pub cmd: u32,
    pub cmdsize: u32,
    pub offset: u32,
    pub nhints: u32,
}Expand description
The twolevel_hints_command contains the offset and number of hints in the two-level namespace lookup hints table.
Fields§
§cmd: u32LC_TWOLEVEL_HINTS
cmdsize: u32sizeof(struct twolevel_hints_command)
offset: u32offset to the hint table
nhints: u32number of hints in the hint table
Trait Implementations§
source§impl Clone for TwolevelHintsCommand
 
impl Clone for TwolevelHintsCommand
source§fn clone(&self) -> TwolevelHintsCommand
 
fn clone(&self) -> TwolevelHintsCommand
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 TwolevelHintsCommand
 
impl Debug for TwolevelHintsCommand
source§impl FromCtx<Endian> for TwolevelHintsCommand
 
impl FromCtx<Endian> for TwolevelHintsCommand
source§impl<'a> IntoCtx<Endian> for &'a TwolevelHintsCommand
 
impl<'a> IntoCtx<Endian> for &'a TwolevelHintsCommand
source§impl IntoCtx<Endian> for TwolevelHintsCommand
 
impl IntoCtx<Endian> for TwolevelHintsCommand
source§impl<'a> TryFromCtx<'a, Endian> for TwolevelHintsCommandwhere
    TwolevelHintsCommand: 'a,
 
impl<'a> TryFromCtx<'a, Endian> for TwolevelHintsCommandwhere TwolevelHintsCommand: 'a,
source§impl<'a> TryIntoCtx<Endian> for &'a TwolevelHintsCommand
 
impl<'a> TryIntoCtx<Endian> for &'a TwolevelHintsCommand
source§impl TryIntoCtx<Endian> for TwolevelHintsCommand
 
impl TryIntoCtx<Endian> for TwolevelHintsCommand
impl Copy for TwolevelHintsCommand
Auto Trait Implementations§
impl RefUnwindSafe for TwolevelHintsCommand
impl Send for TwolevelHintsCommand
impl Sync for TwolevelHintsCommand
impl Unpin for TwolevelHintsCommand
impl UnwindSafe for TwolevelHintsCommand
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