Enum object::SymbolScope [−][src]
pub enum SymbolScope { Unknown, Compilation, Linkage, Dynamic, }
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for SymbolScope
impl Send for SymbolScope
impl Sync for SymbolScope
impl Unpin for SymbolScope
impl UnwindSafe for SymbolScope
Blanket Implementations
Mutably borrows from an owned value. Read more