pub struct RuntimeMemoryIndex(/* private fields */);Expand description
Index representing a linear memory extracted from a wasm instance
which is stored in a VMComponentContext. This is used to deduplicate
references to the same linear memory where it’s only stored once in a
VMComponentContext.
This does not correspond to anything in the binary format for the component model.
Implementations§
Trait Implementations§
source§impl Clone for RuntimeMemoryIndex
 
impl Clone for RuntimeMemoryIndex
source§fn clone(&self) -> RuntimeMemoryIndex
 
fn clone(&self) -> RuntimeMemoryIndex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for RuntimeMemoryIndex
 
impl Debug for RuntimeMemoryIndex
source§impl<'de> Deserialize<'de> for RuntimeMemoryIndex
 
impl<'de> Deserialize<'de> for RuntimeMemoryIndex
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl EntityRef for RuntimeMemoryIndex
 
impl EntityRef for RuntimeMemoryIndex
source§impl Hash for RuntimeMemoryIndex
 
impl Hash for RuntimeMemoryIndex
source§impl Ord for RuntimeMemoryIndex
 
impl Ord for RuntimeMemoryIndex
source§fn cmp(&self, other: &RuntimeMemoryIndex) -> Ordering
 
fn cmp(&self, other: &RuntimeMemoryIndex) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for RuntimeMemoryIndex
 
impl PartialEq for RuntimeMemoryIndex
source§impl PartialOrd for RuntimeMemoryIndex
 
impl PartialOrd for RuntimeMemoryIndex
source§impl ReservedValue for RuntimeMemoryIndex
 
impl ReservedValue for RuntimeMemoryIndex
source§fn reserved_value() -> RuntimeMemoryIndex
 
fn reserved_value() -> RuntimeMemoryIndex
Create an instance of the reserved value.
source§fn is_reserved_value(&self) -> bool
 
fn is_reserved_value(&self) -> bool
Checks whether value is the reserved one.
source§impl Serialize for RuntimeMemoryIndex
 
impl Serialize for RuntimeMemoryIndex
impl Copy for RuntimeMemoryIndex
impl Eq for RuntimeMemoryIndex
impl StructuralPartialEq for RuntimeMemoryIndex
Auto Trait Implementations§
impl Freeze for RuntimeMemoryIndex
impl RefUnwindSafe for RuntimeMemoryIndex
impl Send for RuntimeMemoryIndex
impl Sync for RuntimeMemoryIndex
impl Unpin for RuntimeMemoryIndex
impl UnwindSafe for RuntimeMemoryIndex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Comparable<K> for Q
 
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.