Struct gimli::DebugRngListsIndex
source · pub struct DebugRngListsIndex<T = usize>(pub T);
Expand description
An index into a set of range list offsets in the .debug_rnglists
section.
Tuple Fields§
§0: T
Trait Implementations§
source§impl<T: Clone> Clone for DebugRngListsIndex<T>
impl<T: Clone> Clone for DebugRngListsIndex<T>
source§fn clone(&self) -> DebugRngListsIndex<T>
fn clone(&self) -> DebugRngListsIndex<T>
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 more