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