pub struct SlimEvent { /* private fields */ }
Expand description
An event for signaling a task, without requiring an OS event.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SlimEvent
impl !RefUnwindSafe for SlimEvent
impl Send for SlimEvent
impl Sync for SlimEvent
impl Unpin for SlimEvent
impl UnwindSafe for SlimEvent
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