pub struct SingleDriver<T>(/* private fields */);
Expand description
The driver for SingleDriverBackend
.
Trait Implementations§
Source§impl<T: Debug> Debug for SingleDriver<T>
impl<T: Debug> Debug for SingleDriver<T>
Source§impl<T> Inspect for SingleDriver<T>
impl<T> Inspect for SingleDriver<T>
Source§impl<T: Driver + Spawn> TargetedDriver for SingleDriver<T>
impl<T: Driver + Spawn> TargetedDriver for SingleDriver<T>
Source§fn retarget_vp(&self, _target_vp: u32)
fn retarget_vp(&self, _target_vp: u32)
Retargets the driver to the specified virtual processor.
Source§fn is_target_vp_ready(&self) -> bool
fn is_target_vp_ready(&self) -> bool
Returns whether a driver’s target VP is ready for tasks and IO. Read more
Auto Trait Implementations§
impl<T> Freeze for SingleDriver<T>where
T: Freeze,
impl<T> RefUnwindSafe for SingleDriver<T>where
T: RefUnwindSafe,
impl<T> Send for SingleDriver<T>where
T: Send,
impl<T> Sync for SingleDriver<T>where
T: Sync,
impl<T> Unpin for SingleDriver<T>where
T: Unpin,
impl<T> UnwindSafe for SingleDriver<T>where
T: UnwindSafe,
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