Struct cranelift_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]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]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
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]fn eq(&self, other: &TableIndex) -> bool[src]
fn ne(&self, other: &TableIndex) -> bool[src]
impl PartialOrd<TableIndex> for TableIndex[src]
impl PartialOrd<TableIndex> for TableIndex[src]impl ReservedValue for TableIndex[src]
impl ReservedValue for TableIndex[src]fn reserved_value() -> TableIndex[src]
fn is_reserved_value(&self) -> bool[src]
impl Serialize for TableIndex[src]
impl Serialize for TableIndex[src]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>,