struct MainWorkerReturn {
worker: PvClockWorker,
set_pvclock_page_queue: Queue,
suspend_tube: Tube,
}Fields§
§worker: PvClockWorker§set_pvclock_page_queue: Queue§suspend_tube: TubeAuto Trait Implementations§
impl Freeze for MainWorkerReturn
impl !RefUnwindSafe for MainWorkerReturn
impl Send for MainWorkerReturn
impl Sync for MainWorkerReturn
impl Unpin for MainWorkerReturn
impl !UnwindSafe for MainWorkerReturn
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