Struct wasmtime_types::DefinedTableIndex
source · pub struct DefinedTableIndex(_);
Expand description
Index type of a defined table inside the WebAssembly module.
Implementations§
Trait Implementations§
source§impl Clone for DefinedTableIndex
impl Clone for DefinedTableIndex
source§fn clone(&self) -> DefinedTableIndex
fn clone(&self) -> DefinedTableIndex
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 DefinedTableIndex
impl Debug for DefinedTableIndex
source§impl<'de> Deserialize<'de> for DefinedTableIndex
impl<'de> Deserialize<'de> for DefinedTableIndex
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 DefinedTableIndex
impl EntityRef for DefinedTableIndex
source§impl Hash for DefinedTableIndex
impl Hash for DefinedTableIndex
source§impl Ord for DefinedTableIndex
impl Ord for DefinedTableIndex
source§fn cmp(&self, other: &DefinedTableIndex) -> Ordering
fn cmp(&self, other: &DefinedTableIndex) -> 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<DefinedTableIndex> for DefinedTableIndex
impl PartialEq<DefinedTableIndex> for DefinedTableIndex
source§fn eq(&self, other: &DefinedTableIndex) -> bool
fn eq(&self, other: &DefinedTableIndex) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DefinedTableIndex> for DefinedTableIndex
impl PartialOrd<DefinedTableIndex> for DefinedTableIndex
source§fn partial_cmp(&self, other: &DefinedTableIndex) -> Option<Ordering>
fn partial_cmp(&self, other: &DefinedTableIndex) -> 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 DefinedTableIndex
impl ReservedValue for DefinedTableIndex
source§fn reserved_value() -> DefinedTableIndex
fn reserved_value() -> DefinedTableIndex
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 DefinedTableIndex
impl Serialize for DefinedTableIndex
impl Copy for DefinedTableIndex
impl Eq for DefinedTableIndex
impl StructuralEq for DefinedTableIndex
impl StructuralPartialEq for DefinedTableIndex
Auto Trait Implementations§
impl RefUnwindSafe for DefinedTableIndex
impl Send for DefinedTableIndex
impl Sync for DefinedTableIndex
impl Unpin for DefinedTableIndex
impl UnwindSafe for DefinedTableIndex
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.