Enum object::SymbolKind [−][src]
pub enum SymbolKind { Unknown, Null, Text, Data, Section, File, Label, Tls, }
The kind of a symbol.
Variants
The symbol kind is unknown.
The symbol is a null placeholder.
The symbol is for executable code.
The symbol is for a data object.
The symbol is for a section.
The symbol is the name of a file. It precedes symbols within that file.
The symbol is for a code label.
The symbol is for a thread local storage entity.
Trait Implementations
impl Clone for SymbolKind
[src]
impl Clone for SymbolKind
[src]fn clone(&self) -> SymbolKind
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl PartialEq<SymbolKind> for SymbolKind
[src]
impl PartialEq<SymbolKind> for SymbolKind
[src]