Enum gimli::read::IndexSectionId
source · 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
source§fn eq(&self, other: &IndexSectionId) -> bool
fn eq(&self, other: &IndexSectionId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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