pub enum IndexSectionId {
DebugAbbrev,
DebugInfo,
DebugLine,
DebugLoc,
DebugLocLists,
DebugMacinfo,
DebugMacro,
DebugRngLists,
DebugStrOffsets,
DebugTypes,
}Expand description
Section kinds which are permitted in a .dwp index.
Variants§
DebugAbbrev
The .debug_abbrev.dwo section.
DebugInfo
The .debug_info.dwo section.
DebugLine
The .debug_line.dwo section.
DebugLoc
The .debug_loc.dwo section.
DebugLocLists
The .debug_loclists.dwo section.
DebugMacinfo
The .debug_macinfo.dwo section.
DebugMacro
The .debug_macro.dwo section.
DebugRngLists
The .debug_rnglists.dwo section.
DebugStrOffsets
The .debug_str_offsets.dwo section.
DebugTypes
The .debug_types.dwo section.
Implementations§
Trait Implementations§
Source§impl Clone for IndexSectionId
impl Clone for IndexSectionId
Source§fn clone(&self) -> IndexSectionId
fn clone(&self) -> IndexSectionId
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IndexSectionId
impl Debug for IndexSectionId
Source§impl PartialEq for IndexSectionId
impl PartialEq for IndexSectionId
impl Copy for IndexSectionId
impl Eq for IndexSectionId
impl StructuralPartialEq for IndexSectionId
Auto Trait Implementations§
impl Freeze for IndexSectionId
impl RefUnwindSafe for IndexSectionId
impl Send for IndexSectionId
impl Sync for IndexSectionId
impl Unpin for IndexSectionId
impl UnwindSafe for IndexSectionId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more