Struct wasmtime_runtime::ExternRefHostDataId
source · pub struct ExternRefHostDataId(/* private fields */);
Expand description
ID into the externref
host data table.
Trait Implementations§
source§impl Clone for ExternRefHostDataId
impl Clone for ExternRefHostDataId
source§fn clone(&self) -> ExternRefHostDataId
fn clone(&self) -> ExternRefHostDataId
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 ExternRefHostDataId
impl Debug for ExternRefHostDataId
source§impl Hash for ExternRefHostDataId
impl Hash for ExternRefHostDataId
source§impl PartialEq for ExternRefHostDataId
impl PartialEq for ExternRefHostDataId
source§fn eq(&self, other: &ExternRefHostDataId) -> bool
fn eq(&self, other: &ExternRefHostDataId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ExternRefHostDataId
impl Eq for ExternRefHostDataId
impl StructuralPartialEq for ExternRefHostDataId
Auto Trait Implementations§
impl Freeze for ExternRefHostDataId
impl RefUnwindSafe for ExternRefHostDataId
impl Send for ExternRefHostDataId
impl Sync for ExternRefHostDataId
impl Unpin for ExternRefHostDataId
impl UnwindSafe for ExternRefHostDataId
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<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.