Enum gimli::read::rnglists::RangeListsFormat
source · enum RangeListsFormat {
Bare,
Rle,
}
Variants§
Bare
The bare range list format used before DWARF 5.
Rle
The DW_RLE encoded range list format used in DWARF 5.
Trait Implementations§
source§impl Clone for RangeListsFormat
impl Clone for RangeListsFormat
source§fn clone(&self) -> RangeListsFormat
fn clone(&self) -> RangeListsFormat
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 RangeListsFormat
impl Debug for RangeListsFormat
source§impl PartialEq for RangeListsFormat
impl PartialEq for RangeListsFormat
source§fn eq(&self, other: &RangeListsFormat) -> bool
fn eq(&self, other: &RangeListsFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RangeListsFormat
impl Eq for RangeListsFormat
impl StructuralPartialEq for RangeListsFormat
Auto Trait Implementations§
impl Freeze for RangeListsFormat
impl RefUnwindSafe for RangeListsFormat
impl Send for RangeListsFormat
impl Sync for RangeListsFormat
impl Unpin for RangeListsFormat
impl UnwindSafe for RangeListsFormat
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