Struct mach_o_sys::loader::encryption_info_command [] [src]

pub struct encryption_info_command {
    pub cmd: uint32_t,
    pub cmdsize: uint32_t,
    pub cryptoff: uint32_t,
    pub cryptsize: uint32_t,
    pub cryptid: uint32_t,
}

Fields

cmd: uint32_t cmdsize: uint32_t cryptoff: uint32_t cryptsize: uint32_t cryptid: uint32_t

Trait Implementations

impl Clone for encryption_info_command
[src]

fn clone(&self) -> encryption_info_command

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for encryption_info_command
[src]

impl Debug for encryption_info_command
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for encryption_info_command
[src]

fn default() -> Self

Returns the "default value" for a type. Read more