Struct object::macho::TwolevelHintsCommand [−][src]
#[repr(C)]pub struct TwolevelHintsCommand<E: Endian> {
pub cmd: U32<E>,
pub cmdsize: U32<E>,
pub offset: U32<E>,
pub nhints: U32<E>,
}
Fields
cmd: U32<E>
LC_TWOLEVEL_HINTS
cmdsize: U32<E>
sizeof(struct TwolevelHintsCommand)
offset: U32<E>
offset to the hint table
nhints: U32<E>
number of hints in the hint table
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for TwolevelHintsCommand<E> where
E: RefUnwindSafe,
impl<E> Send for TwolevelHintsCommand<E> where
E: Send,
impl<E> Sync for TwolevelHintsCommand<E> where
E: Sync,
impl<E> Unpin for TwolevelHintsCommand<E> where
E: Unpin,
impl<E> UnwindSafe for TwolevelHintsCommand<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more