pub enum MemoryAccessType {
Load,
Store,
}Expand description
The type of memory access.
Variants§
Auto Trait Implementations§
impl Freeze for MemoryAccessType
impl RefUnwindSafe for MemoryAccessType
impl Send for MemoryAccessType
impl Sync for MemoryAccessType
impl Unpin for MemoryAccessType
impl UnsafeUnpin for MemoryAccessType
impl UnwindSafe for MemoryAccessType
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