pub struct Waiter {
until: u64,
uid: UId,
_wakeup_links: Links<WakupTree, UId>,
}Fields§
§until: u64The time when the Thread will be awakened.
uid: UId§_wakeup_links: Links<WakupTree, UId>Wakup tree links for the thread.
Implementations§
Trait Implementations§
impl Copy for Waiter
Auto Trait Implementations§
impl Freeze for Waiter
impl RefUnwindSafe for Waiter
impl Send for Waiter
impl Sync for Waiter
impl Unpin for Waiter
impl UnwindSafe for Waiter
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