Struct mach_o_sys::swap::encryption_info_command_64 [] [src]

#[repr(C)]
pub struct encryption_info_command_64 { pub cmd: uint32_t, pub cmdsize: uint32_t, pub cryptoff: uint32_t, pub cryptsize: uint32_t, pub cryptid: uint32_t, pub pad: uint32_t, }

Fields

Trait Implementations

impl Copy for encryption_info_command_64
[src]

impl Clone for encryption_info_command_64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for encryption_info_command_64
[src]

Formats the value using the given formatter.

impl Default for encryption_info_command_64
[src]

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