Struct mach_o_sys::getsect::segment_command_64 [] [src]

#[repr(C)]
pub struct segment_command_64 { pub cmd: uint32_t, pub cmdsize: uint32_t, pub segname: [c_char; 16], pub vmaddr: uint64_t, pub vmsize: uint64_t, pub fileoff: uint64_t, pub filesize: uint64_t, pub maxprot: vm_prot_t, pub initprot: vm_prot_t, pub nsects: uint32_t, pub flags: uint32_t, }

Fields

Trait Implementations

impl Copy for segment_command_64
[src]

impl Clone for segment_command_64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for segment_command_64
[src]

Formats the value using the given formatter.

impl Default for segment_command_64
[src]

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