Expand description
A range list that will be stored in a .debug_ranges
or .debug_rnglists
section.
Tuple Fields§
§0: Vec<Range>
Trait Implementations§
impl Eq for RangeList
impl StructuralEq for RangeList
impl StructuralPartialEq for RangeList
Auto Trait Implementations§
impl RefUnwindSafe for RangeList
impl Send for RangeList
impl Sync for RangeList
impl Unpin for RangeList
impl UnwindSafe for RangeList
Blanket Implementations§
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere
T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.