Struct tinywasm_types::MemArg
source · pub struct MemArg {
pub align: u8,
pub offset: u64,
}
Expand description
Represents a memory immediate in a WebAssembly memory instruction.
Fields§
§align: u8
§offset: u64
Trait Implementations§
source§impl PartialEq for MemArg
impl PartialEq for MemArg
impl Copy for MemArg
impl Eq for MemArg
impl StructuralEq for MemArg
impl StructuralPartialEq for MemArg
Auto Trait Implementations§
impl RefUnwindSafe for MemArg
impl Send for MemArg
impl Sync for MemArg
impl Unpin for MemArg
impl UnwindSafe for MemArg
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