Expand description
Payload for memory-related instructions indicating offset/alignment of memory accesses.
Fields
align: u32
The alignment of this access.
This is not stored as a log, this is the actual alignment (e.g. 1, 2, 4, 8, etc).
offset: u64
The offset, in bytes of this access.
memory: Index<'a>
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more