Struct mach_o_sys::loader::section [] [src]

pub struct section {
    pub sectname: [c_char; 16],
    pub segname: [c_char; 16],
    pub addr: uint32_t,
    pub size: uint32_t,
    pub offset: uint32_t,
    pub align: uint32_t,
    pub reloff: uint32_t,
    pub nreloc: uint32_t,
    pub flags: uint32_t,
    pub reserved1: uint32_t,
    pub reserved2: uint32_t,
}

Fields

sectname: [c_char; 16] segname: [c_char; 16] addr: uint32_t size: uint32_t offset: uint32_t align: uint32_t reloff: uint32_t nreloc: uint32_t flags: uint32_t reserved1: uint32_t reserved2: uint32_t

Trait Implementations

impl Clone for section
[src]

fn clone(&self) -> section

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

impl Debug for section
[src]

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

Formats the value using the given formatter.

impl Default for section
[src]

fn default() -> Self

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