enum PvClockAction {}Expand description
The action requested by the pvclock device to perform on the main thread.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PvClockAction
impl RefUnwindSafe for PvClockAction
impl Send for PvClockAction
impl Sync for PvClockAction
impl Unpin for PvClockAction
impl UnwindSafe for PvClockAction
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