Struct mach_o_sys::swap::dylib_module [] [src]

#[repr(C)]
pub struct dylib_module { 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_addr: uint32_t, pub objc_module_info_size: uint32_t, }

Fields

Trait Implementations

impl Copy for dylib_module
[src]

impl Clone for dylib_module
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for dylib_module
[src]

Formats the value using the given formatter.

impl Default for dylib_module
[src]

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