#[repr(C)]
pub struct DyldInfoCommand { pub cmd: u32, pub cmdsize: u32, pub rebase_off: u32, pub rebase_size: u32, pub bind_off: u32, pub bind_size: u32, pub weak_bind_off: u32, pub weak_bind_size: u32, pub lazy_bind_off: u32, pub lazy_bind_size: u32, pub export_off: u32, pub export_size: u32, }

Fields

cmd: u32

LC_DYLD_INFO or LC_DYLD_INFO_ONLY

cmdsize: u32

sizeof(struct dyld_info_command)

rebase_off: u32

file offset to rebase info

rebase_size: u32

size of rebase info

bind_off: u32

file offset to binding info

bind_size: u32

size of binding info

weak_bind_off: u32

file offset to weak binding info

weak_bind_size: u32

size of weak binding info

lazy_bind_off: u32

file offset to lazy binding info

lazy_bind_size: u32

size of lazy binding infs

export_off: u32

file offset to lazy binding info

export_size: u32

size of lazy binding infs

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

Returns the “default value” for a type. 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.