pub enum MemOp {
ReadDesc,
WriteDesc,
ReadEvent,
WriteEvent,
}Expand description
Memory operation that failed in the backend.
Variants§
ReadDesc
Reading a descriptor from the descriptor table.
WriteDesc
Writing a descriptor to the descriptor table.
ReadEvent
Reading an event suppression structure.
WriteEvent
Writing an event suppression structure.
Trait Implementations§
impl Copy for MemOp
impl Eq for MemOp
impl StructuralPartialEq for MemOp
Auto Trait Implementations§
impl Freeze for MemOp
impl RefUnwindSafe for MemOp
impl Send for MemOp
impl Sync for MemOp
impl Unpin for MemOp
impl UnsafeUnpin for MemOp
impl UnwindSafe for MemOp
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