Struct Load
pub(crate) struct Load {
pub memory: Id<Memory>,
pub kind: LoadKind,
pub arg: MemArg,
}Expand description
*.load
Loading a value from memory.
Fields§
§memory: Id<Memory>The memory we’re loading from.
kind: LoadKindThe kind of memory load this is performing
arg: MemArgThe alignment and offset of this memory load
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Load
impl RefUnwindSafe for Load
impl Send for Load
impl Sync for Load
impl Unpin for Load
impl UnwindSafe for Load
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