#[repr(C)]
pub struct LinkeditDataCommand { pub cmd: u32, pub cmdsize: u32, pub dataoff: u32, pub datasize: u32, }
Expand description

The linkedit_data_command contains the offsets and sizes of a blob of data in the __LINKEDIT segment.

Fields

cmd: u32

LC_CODE_SIGNATURE, LC_SEGMENT_SPLIT_INFO, LC_FUNCTION_STARTS, LC_DATA_IN_CODE, LC_DYLIB_CODE_SIGN_DRS, LC_LINKER_OPTIMIZATION_HINT, LC_DYLD_EXPORTS_TRIE, or LC_DYLD_CHAINED_FIXUPS.

cmdsize: u32

sizeof(struct linkedit_data_command)

dataoff: u32

file offset of data in __LINKEDIT segment

datasize: u32

file size of data in __LINKEDIT segment

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.