Struct RoutinesCommand32
struct RoutinesCommand32<E: Endian> { ... }
Fields
cmd: crate::endian::U32<E>LC_ROUTINES
cmdsize: crate::endian::U32<E>total size of this command
init_address: crate::endian::U32<E>address of initialization routine
init_module: crate::endian::U32<E>index into the module table that the init routine is defined in
reserved1: crate::endian::U32<E>reserved2: crate::endian::U32<E>reserved3: crate::endian::U32<E>reserved4: crate::endian::U32<E>reserved5: crate::endian::U32<E>reserved6: crate::endian::U32<E>
Implementations
impl<E> Freeze for RoutinesCommand32<E>
impl<E> RefUnwindSafe for RoutinesCommand32<E>
impl<E> Send for RoutinesCommand32<E>
impl<E> Sync for RoutinesCommand32<E>
impl<E> Unpin for RoutinesCommand32<E>
impl<E> UnwindSafe for RoutinesCommand32<E>
impl<E: $crate::clone::Clone + Endian> Clone for RoutinesCommand32<E>
fn clone(self: &Self) -> RoutinesCommand32<E>
impl<E: $crate::fmt::Debug + Endian> Debug for RoutinesCommand32<E>
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl<E: $crate::marker::Copy + Endian> Copy for RoutinesCommand32<E>
impl<E: Endian> Pod for RoutinesCommand32<E>
impl<T> Any for RoutinesCommand32<E>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for RoutinesCommand32<E>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for RoutinesCommand32<E>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for RoutinesCommand32<E>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for RoutinesCommand32<E>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for RoutinesCommand32<E>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for RoutinesCommand32<E>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for RoutinesCommand32<E>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for RoutinesCommand32<E>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>