pub enum DeviceOp {
Write(Vec<u8>),
Reset,
SlotInfo,
}Expand description
One recorded device operation, for assertions + differential testing.
Variants§
Trait Implementations§
impl Eq for DeviceOp
impl StructuralPartialEq for DeviceOp
Auto Trait Implementations§
impl Freeze for DeviceOp
impl RefUnwindSafe for DeviceOp
impl Send for DeviceOp
impl Sync for DeviceOp
impl Unpin for DeviceOp
impl UnsafeUnpin for DeviceOp
impl UnwindSafe for DeviceOp
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