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 Copy for SymbolKind
[src]
impl Debug for SymbolKind
[src][+]
impl Eq for SymbolKind
[src]
impl PartialEq<SymbolKind> for SymbolKind
[src][+]
impl StructuralEq for SymbolKind
[src]
impl StructuralPartialEq for SymbolKind
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,