Struct cranelift_wasm::ModuleTypeIndex [−][src]
pub struct ModuleTypeIndex(_);
Specialized index for just module types.
Implementations
impl ModuleTypeIndex[src]
impl ModuleTypeIndex[src]Trait Implementations
impl Clone for ModuleTypeIndex[src]
impl Clone for ModuleTypeIndex[src]fn clone(&self) -> ModuleTypeIndex[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for ModuleTypeIndex[src]
impl<'de> Deserialize<'de> for ModuleTypeIndex[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl EntityRef for ModuleTypeIndex[src]
impl EntityRef for ModuleTypeIndex[src]impl Hash for ModuleTypeIndex[src]
impl Hash for ModuleTypeIndex[src]impl Ord for ModuleTypeIndex[src]
impl Ord for ModuleTypeIndex[src]impl PartialEq<ModuleTypeIndex> for ModuleTypeIndex[src]
impl PartialEq<ModuleTypeIndex> for ModuleTypeIndex[src]fn eq(&self, other: &ModuleTypeIndex) -> bool[src]
fn ne(&self, other: &ModuleTypeIndex) -> bool[src]
impl PartialOrd<ModuleTypeIndex> for ModuleTypeIndex[src]
impl PartialOrd<ModuleTypeIndex> for ModuleTypeIndex[src]fn partial_cmp(&self, other: &ModuleTypeIndex) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl ReservedValue for ModuleTypeIndex[src]
impl ReservedValue for ModuleTypeIndex[src]fn reserved_value() -> ModuleTypeIndex[src]
fn is_reserved_value(&self) -> bool[src]
impl Serialize for ModuleTypeIndex[src]
impl Serialize for ModuleTypeIndex[src]impl Copy for ModuleTypeIndex[src]
impl Eq for ModuleTypeIndex[src]
impl StructuralEq for ModuleTypeIndex[src]
impl StructuralPartialEq for ModuleTypeIndex[src]
Auto Trait Implementations
impl RefUnwindSafe for ModuleTypeIndex
impl Send for ModuleTypeIndex
impl Sync for ModuleTypeIndex
impl Unpin for ModuleTypeIndex
impl UnwindSafe for ModuleTypeIndex
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>,