pub struct MemoryArg<'a> {
pub mem: Index<'a>,
}
Expand description
Extra data associated with unary memory instructions.
Fields
mem: Index<'a>
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more