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> Freeze for MemoryArg<'a>
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§
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