Enum lldb::SectionType
[−]
[src]
#[repr(u32)]pub enum SectionType { Invalid, Code, Container, Data, DataCString, DataCStringPointers, DataSymbolAddress, Data4, Data8, Data16, DataPointers, Debug, ZeroFill, DataObjCMessageRefs, DataObjCCFStrings, DWARFDebugAbbrev, DWARFDebugAddr, DWARFDebugAranges, DWARFDebugFrame, DWARFDebugInfo, DWARFDebugLine, DWARFDebugLoc, DWARFDebugMacInfo, DWARFDebugMacro, DWARFDebugPubNames, DWARFDebugPubTypes, DWARFDebugRanges, DWARFDebugStr, DWARFDebugStrOffsets, DWARFAppleNames, DWARFAppleTypes, DWARFAppleNamespaces, DWARFAppleObjC, ELFSymbolTable, ELFDynamicSymbols, ELFRelocationEntries, ELFDynamicLinkInfo, EHFrame, ARMexidx, ARMextab, CompactUnwind, GoSymtab, AbsoluteAddress, Other, }
Variants
Invalid
Code
Container
Data
DataCString
DataCStringPointers
DataSymbolAddress
Data4
Data8
Data16
DataPointers
Debug
ZeroFill
DataObjCMessageRefs
DataObjCCFStrings
DWARFDebugAbbrev
DWARFDebugAddr
DWARFDebugAranges
DWARFDebugFrame
DWARFDebugInfo
DWARFDebugLine
DWARFDebugLoc
DWARFDebugMacInfo
DWARFDebugMacro
DWARFDebugPubNames
DWARFDebugPubTypes
DWARFDebugRanges
DWARFDebugStr
DWARFDebugStrOffsets
DWARFAppleNames
DWARFAppleTypes
DWARFAppleNamespaces
DWARFAppleObjC
ELFSymbolTable
ELFDynamicSymbols
ELFRelocationEntries
ELFDynamicLinkInfo
EHFrame
ARMexidx
ARMextab
CompactUnwind
GoSymtab
AbsoluteAddress
Other
Trait Implementations
impl Clone for SectionType
[src]
fn clone(&self) -> SectionType
[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 SectionType
[src]
impl Debug for SectionType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter.