Struct mach_o_sys::loader::segment_command_64 [] [src]

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

cmd: uint32_t cmdsize: uint32_t segname: [c_char; 16] vmaddr: uint64_t vmsize: uint64_t fileoff: uint64_t filesize: uint64_t maxprot: vm_prot_t initprot: vm_prot_t nsects: uint32_t flags: uint32_t

Trait Implementations

impl Clone for segment_command_64
[src]

fn clone(&self) -> segment_command_64

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 segment_command_64
[src]

impl Debug for segment_command_64
[src]

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

Formats the value using the given formatter.

impl Default for segment_command_64
[src]

fn default() -> Self

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