pub struct Wuu { /* private fields */ }Expand description
Low-Leakage Wakeup Unit
Implementations§
Trait Implementations§
impl Copy for Wuu
impl Eq for Wuu
impl Send for Wuu
impl StructuralPartialEq for Wuu
impl Sync for Wuu
Auto Trait Implementations§
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