Enum object::SymbolScope [−][src]
pub enum SymbolScope {
Unknown,
Compilation,
Linkage,
Dynamic,
}
Expand description
A symbol scope.
Variants
Unknown
Unknown scope.
Compilation
Symbol is visible to the compilation unit.
Linkage
Symbol is visible to the static linkage unit.
Dynamic
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