pub struct EventSet<S>(Mutex<S>);
Expand description
Tuple Fields§
§0: Mutex<S>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> !Freeze for EventSet<S>
impl<S> !RefUnwindSafe for EventSet<S>
impl<S> Send for EventSet<S>where
S: Send,
impl<S> Sync for EventSet<S>where
S: Send,
impl<S> Unpin for EventSet<S>where
S: Unpin,
impl<S> UnwindSafe for EventSet<S>where
S: UnwindSafe,
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