Struct mach_object::WeakBindSymbol[][src]

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

The mach weak binding symbol information

Fields

Trait Implementations

impl Clone for WeakBindSymbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WeakBindSymbol
[src]

Formats the value using the given formatter. Read more

impl Default for WeakBindSymbol
[src]

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

impl PartialEq for WeakBindSymbol
[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