[−][src]Enum object::SymbolKind
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]
fn clone(&self) -> SymbolKind[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SymbolKind[src]
impl Debug for SymbolKind[src]
impl Eq for SymbolKind[src]
impl PartialEq<SymbolKind> for SymbolKind[src]
fn eq(&self, other: &SymbolKind) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[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,
fn borrow_mut(&mut self) -> &mut T[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,