Struct cranelift_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]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]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
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]fn eq(&self, other: &MemoryIndex) -> bool
[src]
fn ne(&self, other: &MemoryIndex) -> bool
[src]
impl PartialOrd<MemoryIndex> for MemoryIndex
[src]
impl PartialOrd<MemoryIndex> for MemoryIndex
[src]impl ReservedValue for MemoryIndex
[src]
impl ReservedValue for MemoryIndex
[src]fn reserved_value() -> MemoryIndex
[src]
fn is_reserved_value(&self) -> bool
[src]
impl Serialize for MemoryIndex
[src]
impl Serialize for MemoryIndex
[src]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>,