Struct elfkit::symbol::Symbol[][src]

pub struct Symbol {
    pub shndx: SymbolSectionIndex,
    pub value: u64,
    pub size: u64,
    pub name: Vec<u8>,
    pub stype: SymbolType,
    pub bind: SymbolBind,
    pub vis: SymbolVis,
    pub _name: u32,
}

Fields

Methods

impl Symbol
[src]

Trait Implementations

impl Default for Symbol
[src]

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

impl Clone for Symbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Symbol
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Symbol

impl Sync for Symbol