Struct mach_o_sys::loader::dylib_table_of_contents [] [src]

pub struct dylib_table_of_contents {
    pub symbol_index: uint32_t,
    pub module_index: uint32_t,
}

Fields

symbol_index: uint32_t module_index: uint32_t

Trait Implementations

impl Clone for dylib_table_of_contents
[src]

fn clone(&self) -> dylib_table_of_contents

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

impl Debug for dylib_table_of_contents
[src]

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

Formats the value using the given formatter.

impl Default for dylib_table_of_contents
[src]

fn default() -> Self

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