Struct cranelift_wasm::DefinedMemoryIndex [−][src]
pub struct DefinedMemoryIndex(_);
Index type of a defined memory inside the WebAssembly module.
Implementations
impl DefinedMemoryIndex[src]
impl DefinedMemoryIndex[src]Trait Implementations
impl Clone for DefinedMemoryIndex[src]
impl Clone for DefinedMemoryIndex[src]fn clone(&self) -> DefinedMemoryIndex[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl EntityRef for DefinedMemoryIndex[src]
impl EntityRef for DefinedMemoryIndex[src]impl Hash for DefinedMemoryIndex[src]
impl Hash for DefinedMemoryIndex[src]impl Ord for DefinedMemoryIndex[src]
impl Ord for DefinedMemoryIndex[src]impl PartialEq<DefinedMemoryIndex> for DefinedMemoryIndex[src]
impl PartialEq<DefinedMemoryIndex> for DefinedMemoryIndex[src]fn eq(&self, other: &DefinedMemoryIndex) -> bool[src]
fn ne(&self, other: &DefinedMemoryIndex) -> bool[src]
impl PartialOrd<DefinedMemoryIndex> for DefinedMemoryIndex[src]
impl PartialOrd<DefinedMemoryIndex> for DefinedMemoryIndex[src]fn partial_cmp(&self, other: &DefinedMemoryIndex) -> 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 DefinedMemoryIndex[src]
impl ReservedValue for DefinedMemoryIndex[src]fn reserved_value() -> DefinedMemoryIndex[src]
fn is_reserved_value(&self) -> bool[src]
impl Copy for DefinedMemoryIndex[src]
impl Eq for DefinedMemoryIndex[src]
impl StructuralEq for DefinedMemoryIndex[src]
impl StructuralPartialEq for DefinedMemoryIndex[src]
Auto Trait Implementations
impl RefUnwindSafe for DefinedMemoryIndex
impl Send for DefinedMemoryIndex
impl Sync for DefinedMemoryIndex
impl Unpin for DefinedMemoryIndex
impl UnwindSafe for DefinedMemoryIndex
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]