pub struct DefinedMemoryIndex(/* private fields */);Expand description
Index type of a defined memory inside the WebAssembly module.
Implementations§
Trait Implementations§
Source§impl Clone for DefinedMemoryIndex
impl Clone for DefinedMemoryIndex
Source§fn clone(&self) -> DefinedMemoryIndex
fn clone(&self) -> DefinedMemoryIndex
Returns a duplicate 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 DefinedMemoryIndex
impl Debug for DefinedMemoryIndex
Source§impl EntityRef for DefinedMemoryIndex
impl EntityRef for DefinedMemoryIndex
Source§impl Hash for DefinedMemoryIndex
impl Hash for DefinedMemoryIndex
Source§impl Ord for DefinedMemoryIndex
impl Ord for DefinedMemoryIndex
Source§fn cmp(&self, other: &DefinedMemoryIndex) -> Ordering
fn cmp(&self, other: &DefinedMemoryIndex) -> 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 DefinedMemoryIndex
impl PartialEq for DefinedMemoryIndex
Source§impl PartialOrd for DefinedMemoryIndex
impl PartialOrd for DefinedMemoryIndex
Source§impl ReservedValue for DefinedMemoryIndex
impl ReservedValue for DefinedMemoryIndex
Source§fn reserved_value() -> DefinedMemoryIndex
fn reserved_value() -> DefinedMemoryIndex
Create an instance of the reserved value.
impl Copy for DefinedMemoryIndex
impl Eq for DefinedMemoryIndex
impl StructuralPartialEq for DefinedMemoryIndex
Auto Trait Implementations§
impl Freeze for DefinedMemoryIndex
impl RefUnwindSafe for DefinedMemoryIndex
impl Send for DefinedMemoryIndex
impl Sync for DefinedMemoryIndex
impl Unpin for DefinedMemoryIndex
impl UnwindSafe for DefinedMemoryIndex
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