Struct mach_o_sys::loader::dylib_module_64 [] [src]

pub struct dylib_module_64 {
    pub module_name: uint32_t,
    pub iextdefsym: uint32_t,
    pub nextdefsym: uint32_t,
    pub irefsym: uint32_t,
    pub nrefsym: uint32_t,
    pub ilocalsym: uint32_t,
    pub nlocalsym: uint32_t,
    pub iextrel: uint32_t,
    pub nextrel: uint32_t,
    pub iinit_iterm: uint32_t,
    pub ninit_nterm: uint32_t,
    pub objc_module_info_size: uint32_t,
    pub objc_module_info_addr: uint64_t,
}

Fields

module_name: uint32_t iextdefsym: uint32_t nextdefsym: uint32_t irefsym: uint32_t nrefsym: uint32_t ilocalsym: uint32_t nlocalsym: uint32_t iextrel: uint32_t nextrel: uint32_t iinit_iterm: uint32_t ninit_nterm: uint32_t objc_module_info_size: uint32_t objc_module_info_addr: uint64_t

Trait Implementations

impl Clone for dylib_module_64
[src]

fn clone(&self) -> dylib_module_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 dylib_module_64
[src]

impl Debug for dylib_module_64
[src]

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

Formats the value using the given formatter.

impl Default for dylib_module_64
[src]

fn default() -> Self

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