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

Trait Implementations

impl Clone for SectionType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SectionType
[src]

impl Debug for SectionType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<SectionType> for SectionType
[src]

[src]

impl PartialOrd<SectionType> for SectionType
[src]

[src]