#[repr(C)]
pub struct RoutinesCommand32<E: Endian> { pub cmd: U32<E>, pub cmdsize: U32<E>, pub init_address: U32<E>, pub init_module: U32<E>, pub reserved1: U32<E>, pub reserved2: U32<E>, pub reserved3: U32<E>, pub reserved4: U32<E>, pub reserved5: U32<E>, pub reserved6: U32<E>, }

Fields§

§cmd: U32<E>

LC_ROUTINES

§cmdsize: U32<E>

total size of this command

§init_address: U32<E>

address of initialization routine

§init_module: U32<E>

index into the module table that the init routine is defined in

§reserved1: U32<E>§reserved2: U32<E>§reserved3: U32<E>§reserved4: U32<E>§reserved5: U32<E>§reserved6: U32<E>

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.