Struct mach_o_sys::loader::uuid_command [] [src]

#[repr(C)]
pub struct uuid_command { pub cmd: uint32_t, pub cmdsize: uint32_t, pub uuid: [uint8_t; 16], }

Fields

Trait Implementations

impl Copy for uuid_command
[src]

impl Clone for uuid_command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for uuid_command
[src]

Formats the value using the given formatter.

impl Default for uuid_command
[src]

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