Struct wasmtime_environ::wasm::TableIndex [−][src]
pub struct TableIndex(_);
Index type of a table (imported or defined) inside the WebAssembly module.
Implementations
impl TableIndex
[src]
impl TableIndex
[src]Trait Implementations
impl Clone for TableIndex
[src]
impl Clone for TableIndex
[src]pub fn clone(&self) -> TableIndex
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for TableIndex
[src]
impl<'de> Deserialize<'de> for TableIndex
[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<TableIndex, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<TableIndex, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl EntityRef for TableIndex
[src]
impl EntityRef for TableIndex
[src]impl Hash for TableIndex
[src]
impl Hash for TableIndex
[src]impl Ord for TableIndex
[src]
impl Ord for TableIndex
[src]impl PartialEq<TableIndex> for TableIndex
[src]
impl PartialEq<TableIndex> for TableIndex
[src]pub fn eq(&self, other: &TableIndex) -> bool
[src]
pub fn ne(&self, other: &TableIndex) -> bool
[src]
impl PartialOrd<TableIndex> for TableIndex
[src]
impl PartialOrd<TableIndex> for TableIndex
[src]pub fn partial_cmp(&self, other: &TableIndex) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl ReservedValue for TableIndex
[src]
impl ReservedValue for TableIndex
[src]pub fn reserved_value() -> TableIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl Serialize for TableIndex
[src]
impl Serialize for TableIndex
[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl Copy for TableIndex
[src]
impl Eq for TableIndex
[src]
impl StructuralEq for TableIndex
[src]
impl StructuralPartialEq for TableIndex
[src]
Auto Trait Implementations
impl RefUnwindSafe for TableIndex
impl Send for TableIndex
impl Sync for TableIndex
impl Unpin for TableIndex
impl UnwindSafe for TableIndex
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,