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