Struct wasmtime_environ::AnyfuncIndex
source · pub struct AnyfuncIndex(_);
Expand description
Index into the anyfunc table within a VMContext for a function.
Implementations§
source§impl AnyfuncIndex
impl AnyfuncIndex
Trait Implementations§
source§impl Clone for AnyfuncIndex
impl Clone for AnyfuncIndex
source§fn clone(&self) -> AnyfuncIndex
fn clone(&self) -> AnyfuncIndex
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 AnyfuncIndex
impl Debug for AnyfuncIndex
source§impl<'de> Deserialize<'de> for AnyfuncIndex
impl<'de> Deserialize<'de> for AnyfuncIndex
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl EntityRef for AnyfuncIndex
impl EntityRef for AnyfuncIndex
source§impl Hash for AnyfuncIndex
impl Hash for AnyfuncIndex
source§impl Ord for AnyfuncIndex
impl Ord for AnyfuncIndex
source§fn cmp(&self, other: &AnyfuncIndex) -> Ordering
fn cmp(&self, other: &AnyfuncIndex) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<AnyfuncIndex> for AnyfuncIndex
impl PartialEq<AnyfuncIndex> for AnyfuncIndex
source§fn eq(&self, other: &AnyfuncIndex) -> bool
fn eq(&self, other: &AnyfuncIndex) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AnyfuncIndex> for AnyfuncIndex
impl PartialOrd<AnyfuncIndex> for AnyfuncIndex
source§fn partial_cmp(&self, other: &AnyfuncIndex) -> Option<Ordering>
fn partial_cmp(&self, other: &AnyfuncIndex) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ReservedValue for AnyfuncIndex
impl ReservedValue for AnyfuncIndex
source§fn reserved_value() -> AnyfuncIndex
fn reserved_value() -> AnyfuncIndex
Create an instance of the reserved value.
source§fn is_reserved_value(&self) -> bool
fn is_reserved_value(&self) -> bool
Checks whether value is the reserved one.
source§impl Serialize for AnyfuncIndex
impl Serialize for AnyfuncIndex
impl Copy for AnyfuncIndex
impl Eq for AnyfuncIndex
impl StructuralEq for AnyfuncIndex
impl StructuralPartialEq for AnyfuncIndex
Auto Trait Implementations§
impl RefUnwindSafe for AnyfuncIndex
impl Send for AnyfuncIndex
impl Sync for AnyfuncIndex
impl Unpin for AnyfuncIndex
impl UnwindSafe for AnyfuncIndex
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> 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.