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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.