pub struct Buzzer { /* private fields */ }
Expand description
Can unpark a specific thread.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Buzzer
impl RefUnwindSafe for Buzzer
impl Send for Buzzer
impl Sync for Buzzer
impl Unpin for Buzzer
impl UnwindSafe for Buzzer
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