Expand description
Payload for memory-related instructions indicating offset/alignment of memory accesses.
Fields
align: u32The alignment of this access.
This is not stored as a log, this is the actual alignment (e.g. 1, 2, 4, 8, etc).
offset: u64The offset, in bytes of this access.
memory: ItemRef<'a, memory>The memory index we’re accessing
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for MemArg<'a>
impl<'a> Send for MemArg<'a>
impl<'a> Sync for MemArg<'a>
impl<'a> Unpin for MemArg<'a>
impl<'a> UnwindSafe for MemArg<'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