Enum object::SymbolScope [−][src]
pub enum SymbolScope { Unknown, Compilation, Linkage, Dynamic, }
A symbol scope.
Variants
Unknown scope.
Symbol is visible to the compilation unit.
Symbol is visible to the static linkage unit.
Symbol is visible to dynamically linked objects.
Trait Implementations
impl Clone for SymbolScope
[src]
impl Clone for SymbolScope
[src]fn clone(&self) -> SymbolScope
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<SymbolScope> for SymbolScope
[src]
impl PartialEq<SymbolScope> for SymbolScope
[src]fn eq(&self, other: &SymbolScope) -> 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 SymbolScope
[src]
impl Eq for SymbolScope
[src]
impl StructuralEq for SymbolScope
[src]
impl StructuralPartialEq for SymbolScope
[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.