pub struct CieId { /* private fields */ }
Expand description
An identifier for a CIE in a FrameTable
.
Trait Implementations§
impl Copy for CieId
impl Eq for CieId
impl StructuralEq for CieId
impl StructuralPartialEq for CieId
Auto Trait Implementations§
impl RefUnwindSafe for CieId
impl Send for CieId
impl Sync for CieId
impl Unpin for CieId
impl UnwindSafe for CieId
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.