Struct goblin::mach::load_command::TwolevelHintsCommand [−][src]
The twolevel_hints_command contains the offset and number of hints in the two-level namespace lookup hints table.
Fields
cmd: u32
LC_TWOLEVEL_HINTS
cmdsize: u32
sizeof(struct twolevel_hints_command)
offset: u32
offset to the hint table
nhints: u32
number of hints in the hint table
Trait Implementations
impl Clone for TwolevelHintsCommand
[src][+]
impl Copy for TwolevelHintsCommand
[src]
impl Debug for TwolevelHintsCommand
[src][+]
impl FromCtx<Endian, [u8]> for TwolevelHintsCommand
[src][+]
impl<'a> IntoCtx<Endian, [u8]> for &'a TwolevelHintsCommand
[src][+]
impl IntoCtx<Endian, [u8]> for TwolevelHintsCommand
[src][+]
impl SizeWith<Endian> for TwolevelHintsCommand
[src][+]
impl<'a> TryFromCtx<'a, Endian, [u8]> for TwolevelHintsCommand where
TwolevelHintsCommand: 'a,
[src][+]
TwolevelHintsCommand: 'a,
impl<'a> TryIntoCtx<Endian, [u8]> for &'a TwolevelHintsCommand
[src][+]
impl TryIntoCtx<Endian, [u8]> for TwolevelHintsCommand
[src][+]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,