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
AnyAbsoluteCodeResolverDataTrampolineRuntimeExceptionSourceFileHeaderFileObjectFileCommonBlockBlockLocalParamVariableVariableTypeLineEntryLineHeaderScopeBeginScopeEndAdditionalCompilerInstrumentationUndefinedObjCClassObjCMetaClassObjCIVarReExported
Trait Implementations
impl Clone for SymbolType[src]
fn clone(&self) -> SymbolType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for SymbolType[src]
impl Debug for SymbolType[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter.