Enum lldb::SymbolType [] [src]

#[repr(u32)]
pub enum SymbolType { Any, Absolute, Code, Resolver, Data, Trampoline, Runtime, Exception, SourceFile, HeaderFile, ObjectFile, CommonBlock, Block, Local, Param, Variable, VariableType, LineEntry, LineHeader, ScopeBegin, ScopeEnd, Additional, Compiler, Instrumentation, Undefined, ObjCClass, ObjCMetaClass, ObjCIVar, ReExported, }

Variants

Trait Implementations

impl Clone for SymbolType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SymbolType
[src]

impl Debug for SymbolType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<SymbolType> for SymbolType
[src]

[src]

impl PartialOrd<SymbolType> for SymbolType
[src]

[src]