Struct mach_object::BindSymbol[][src]

pub struct BindSymbol {
    pub dylib_ordinal: usize,
    pub segment_index: usize,
    pub name: String,
    pub flags: BindSymbolFlags,
    pub symbol_type: BindSymbolType,
    pub symbol_offset: isize,
    pub addend: usize,
}

The mach binding symbol information

Fields

Trait Implementations

impl Clone for BindSymbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BindSymbol
[src]

Formats the value using the given formatter. Read more

impl Default for BindSymbol
[src]

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

impl PartialEq for BindSymbol
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for BindSymbol

impl Sync for BindSymbol