Struct goblin::mach::symbols::SymbolsCtx [] [src]

pub struct SymbolsCtx {
    pub nsyms: usize,
    pub strtab: usize,
    pub ctx: Ctx,
}

Fields

Trait Implementations

impl Debug for SymbolsCtx
[src]

Formats the value using the given formatter.

impl Clone for SymbolsCtx
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SymbolsCtx
[src]

impl Default for SymbolsCtx
[src]

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