Struct object::macho::TwolevelHintsCommand
source · #[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§
source§impl<E: Clone + Endian> Clone for TwolevelHintsCommand<E>
impl<E: Clone + Endian> Clone for TwolevelHintsCommand<E>
source§fn clone(&self) -> TwolevelHintsCommand<E>
fn clone(&self) -> TwolevelHintsCommand<E>
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 more