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<LocationListId> for LocationListId
impl PartialEq<LocationListId> for LocationListId
source§fn eq(&self, other: &LocationListId) -> bool
fn eq(&self, other: &LocationListId) -> bool
impl Copy for LocationListId
impl Eq for LocationListId
impl StructuralEq for LocationListId
impl StructuralPartialEq for LocationListId
Auto Trait Implementations§
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> 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.