pub struct WrappedEvent { /* private fields */ }
Expand description
A wrapper around an object that does not natively have an OS event, but needs to be signaled using one.
Auto Trait Implementations§
impl Freeze for WrappedEvent
impl RefUnwindSafe for WrappedEvent
impl Send for WrappedEvent
impl Sync for WrappedEvent
impl Unpin for WrappedEvent
impl UnwindSafe for WrappedEvent
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