Enum gimli::read::loclists::LocListsFormat
source · enum LocListsFormat {
Bare,
Lle,
}
Variants§
Bare
The bare location list format used before DWARF 5.
Lle
The DW_LLE encoded range list format used in DWARF 5 and the non-standard GNU split dwarf extension.
Trait Implementations§
source§impl Clone for LocListsFormat
impl Clone for LocListsFormat
source§fn clone(&self) -> LocListsFormat
fn clone(&self) -> LocListsFormat
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 LocListsFormat
impl Debug for LocListsFormat
source§impl PartialEq for LocListsFormat
impl PartialEq for LocListsFormat
impl Copy for LocListsFormat
impl Eq for LocListsFormat
impl StructuralPartialEq for LocListsFormat
Auto Trait Implementations§
impl Freeze for LocListsFormat
impl RefUnwindSafe for LocListsFormat
impl Send for LocListsFormat
impl Sync for LocListsFormat
impl Unpin for LocListsFormat
impl UnwindSafe for LocListsFormat
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)