struct WaiterCell(UnsafeCell<Waiter>);
Tuple Fields§
§0: UnsafeCell<Waiter>
Trait Implementations§
impl Send for WaiterCell
impl Sync for WaiterCell
Auto Trait Implementations§
impl !Freeze for WaiterCell
impl !RefUnwindSafe for WaiterCell
impl !Unpin for WaiterCell
impl !UnwindSafe for WaiterCell
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