Struct gimli::write::LocationListId
source · pub struct LocationListId { /* private fields */ }
Expand description
An identifier for a location list in a LocationListTable
.
Trait Implementations§
source§impl Clone for LocationListId
impl Clone for LocationListId
source§fn clone(&self) -> LocationListId
fn clone(&self) -> LocationListId
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 LocationListId
impl Debug for LocationListId
source§impl Hash for LocationListId
impl Hash for LocationListId
source§impl PartialEq for LocationListId
impl PartialEq for LocationListId
impl Copy for LocationListId
impl Eq for LocationListId
impl StructuralPartialEq for LocationListId
Auto Trait Implementations§
impl Freeze for LocationListId
impl RefUnwindSafe for LocationListId
impl Send for LocationListId
impl Sync for LocationListId
impl Unpin for LocationListId
impl UnwindSafe for LocationListId
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
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.