Struct macho::SegmentCommand [] [src]

pub struct SegmentCommand<'a> {
    pub cmd: u32,
    pub cmdsize: u32,
    pub segname: String,
    pub vmaddr: u64,
    pub vmsize: u64,
    pub fileoff: u64,
    pub filesize: u64,
    pub maxprot: vm_prot_t,
    pub initprot: vm_prot_t,
    pub nsects: u32,
    pub flags: u32,
    pub data: &'a [u8],
}

Fields

cmd: u32 cmdsize: u32 segname: String vmaddr: u64 vmsize: u64 fileoff: u64 filesize: u64 maxprot: vm_prot_t initprot: vm_prot_t nsects: u32 flags: u32 data: &'a [u8]

Trait Implementations

impl<'a> Debug for SegmentCommand<'a>
[src]

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

Formats the value using the given formatter.