Struct wasmtime_environ::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]pub 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]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<ModuleIndex, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<ModuleIndex, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl EntityRef for ModuleIndex
[src]
impl EntityRef for ModuleIndex
[src]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]pub fn eq(&self, other: &ModuleIndex) -> bool
[src]
pub fn ne(&self, other: &ModuleIndex) -> bool
[src]
impl PartialOrd<ModuleIndex> for ModuleIndex
[src]
impl PartialOrd<ModuleIndex> for ModuleIndex
[src]pub fn partial_cmp(&self, other: &ModuleIndex) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl ReservedValue for ModuleIndex
[src]
impl ReservedValue for ModuleIndex
[src]pub fn reserved_value() -> ModuleIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl Serialize for ModuleIndex
[src]
impl Serialize for ModuleIndex
[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
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>,