Struct mach_o_sys::swap::section [] [src]

#[repr(C)]
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

Trait Implementations

impl Copy for section
[src]

impl Clone for section
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for section
[src]

Formats the value using the given formatter.

impl Default for section
[src]

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