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