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]fn eq(&self, other: &SymbolKind) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl Copy for SymbolKind
[src]
impl Eq for SymbolKind
[src]
impl StructuralEq for SymbolKind
[src]
impl StructuralPartialEq for SymbolKind
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.