Struct goblin::mach::load_command::EncryptionInfoCommand64[][src]

#[repr(C)]
pub struct EncryptionInfoCommand64 { pub cmd: u32, pub cmdsize: u32, pub cryptoff: u32, pub cryptsize: u32, pub cryptid: u32, pub pad: u32, }
Expand description

The encryption_info_command_64 contains the file offset and size of an of an encrypted segment (for use in x86_64 targets).

Fields

cmd: u32

LC_ENCRYPTION_INFO_64

cmdsize: u32

sizeof(struct encryption_info_command_64)

cryptoff: u32

file offset of encrypted range

cryptsize: u32

file size of encrypted range

cryptid: u32

which enryption system, 0 means not-encrypted yet

pad: u32

padding to make this struct’s size a multiple of 8 bytes

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)

recently added

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.