Expand description
Extra data associated with unary memory instructions.
Fields
mem: ItemRef<'a, memory>
The index of the memory space.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for MemoryArg<'a>
impl<'a> Send for MemoryArg<'a>
impl<'a> Sync for MemoryArg<'a>
impl<'a> Unpin for MemoryArg<'a>
impl<'a> UnwindSafe for MemoryArg<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more