Struct elf::types::Symbol [] [src]

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

Fields

Symbol name

Symbol value

Symbol size

Section index

Symbol type

Symbol binding

Symbol visibility

Trait Implementations

impl Clone for Symbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Symbol
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Symbol
[src]

impl Display for Symbol
[src]

Formats the value using the given formatter. Read more