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 moresource§impl<T: Debug> Debug for RangeListsOffset<T>
impl<T: Debug> Debug for RangeListsOffset<T>
source§impl<T: Hash> Hash for RangeListsOffset<T>
impl<T: Hash> Hash for RangeListsOffset<T>
source§impl<T: PartialEq> PartialEq<RangeListsOffset<T>> for RangeListsOffset<T>
impl<T: PartialEq> PartialEq<RangeListsOffset<T>> for RangeListsOffset<T>
source§fn eq(&self, other: &RangeListsOffset<T>) -> bool
fn eq(&self, other: &RangeListsOffset<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<T: Copy> Copy for RangeListsOffset<T>
impl<T: Eq> Eq for RangeListsOffset<T>
impl<T> StructuralEq for RangeListsOffset<T>
impl<T> StructuralPartialEq for RangeListsOffset<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for RangeListsOffset<T>where T: RefUnwindSafe,
impl<T> Send for RangeListsOffset<T>where T: Send,
impl<T> Sync for RangeListsOffset<T>where T: Sync,
impl<T> Unpin for RangeListsOffset<T>where T: Unpin,
impl<T> UnwindSafe for RangeListsOffset<T>where T: UnwindSafe,
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