Struct Store
pub(crate) struct Store {
pub memory: Id<Memory>,
pub kind: StoreKind,
pub arg: MemArg,
}Expand description
*.store
Storing a value to memory.
Fields§
§memory: Id<Memory>The memory we’re storing to
kind: StoreKindThe kind of memory store this is performing
arg: MemArgThe alignment and offset of this memory store
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Store
impl RefUnwindSafe for Store
impl Send for Store
impl Sync for Store
impl Unpin for Store
impl UnwindSafe for Store
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