Struct mach_object::RebaseSymbol[][src]

pub struct RebaseSymbol {
    pub segment_index: usize,
    pub symbol_offset: isize,
    pub symbol_type: BindSymbolType,
}

The rebase symbol information

Fields

Trait Implementations

impl Clone for RebaseSymbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RebaseSymbol
[src]

Formats the value using the given formatter. Read more

impl Default for RebaseSymbol
[src]

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

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