pub enum MemoryMode {
File,
Syscall,
}Expand description
mode used to read and write memory.
Variants§
Trait Implementations§
Source§impl PartialEq for MemoryMode
impl PartialEq for MemoryMode
impl StructuralPartialEq for MemoryMode
Auto Trait Implementations§
impl Freeze for MemoryMode
impl RefUnwindSafe for MemoryMode
impl Send for MemoryMode
impl Sync for MemoryMode
impl Unpin for MemoryMode
impl UnwindSafe for MemoryMode
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