Struct gimli::RangeListsOffset
source · pub struct RangeListsOffset<T = usize>(pub T);
Expand description
An offset into either the .debug_ranges
section or the .debug_rnglists
section,
depending on the version of the unit the offset was contained in.
Tuple Fields§
§0: T
Trait Implementations§
source§impl<T: Clone> Clone for RangeListsOffset<T>
impl<T: Clone> Clone for RangeListsOffset<T>
source§fn clone(&self) -> RangeListsOffset<T>
fn clone(&self) -> RangeListsOffset<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