#[repr(C)]
pub struct RoutinesCommand64 { pub cmd: u32, pub cmdsize: u32, pub init_address: u64, pub init_module: u64, pub reserved1: u64, pub reserved2: u64, pub reserved3: u64, pub reserved4: u64, pub reserved5: u64, pub reserved6: u64, }
Expand description

The 64-bit routines command. Same use as above.

Fields

cmd: u32

LC_ROUTINES_64

cmdsize: u32

total size of this command

init_address: u64

address of initialization routine

init_module: u64

index into the module table that the init routine is defined in 8 bytes each

reserved1: u64reserved2: u64reserved3: u64reserved4: u64reserved5: u64reserved6: u64

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.