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

pub struct Symbol {
    pub shndx: u16,
    pub value: u64,
    pub size: u64,
    pub name: String,
    pub stype: SymbolType,
    pub bind: SymbolBind,
    pub vis: SymbolVis,
}

Fields

Methods

impl Symbol
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Symbol
[src]

[src]

Formats the value using the given formatter.

impl Default for Symbol
[src]

[src]

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

impl Clone for Symbol
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more