Struct cranelift_wasm::ElemIndex [−][src]
pub struct ElemIndex(_);
Index type of a passive element segment inside the WebAssembly module.
Implementations
impl ElemIndex
[src]
impl ElemIndex
[src]Trait Implementations
impl<'de> Deserialize<'de> for ElemIndex
[src]
impl<'de> Deserialize<'de> for ElemIndex
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialOrd<ElemIndex> for ElemIndex
[src]
impl PartialOrd<ElemIndex> for ElemIndex
[src]impl ReservedValue for ElemIndex
[src]
impl ReservedValue for ElemIndex
[src]fn reserved_value() -> ElemIndex
[src]
fn is_reserved_value(&self) -> bool
[src]
impl Copy for ElemIndex
[src]
impl Eq for ElemIndex
[src]
impl StructuralEq for ElemIndex
[src]
impl StructuralPartialEq for ElemIndex
[src]
Auto Trait Implementations
impl RefUnwindSafe for ElemIndex
impl Send for ElemIndex
impl Sync for ElemIndex
impl Unpin for ElemIndex
impl UnwindSafe for ElemIndex
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>,