pub struct WordEvent<E> { /* private fields */ }Expand description
A word (usize) sized ThreadEvent implementation.
Implementations§
Trait Implementations§
Source§impl<E: ThreadEvent> Debug for WordEvent<E>
impl<E: ThreadEvent> Debug for WordEvent<E>
Source§impl<E: ThreadEvent> ThreadEvent for WordEvent<E>
impl<E: ThreadEvent> ThreadEvent for WordEvent<E>
impl<E: Send> Send for WordEvent<E>
impl<E: Sync> Sync for WordEvent<E>
Auto Trait Implementations§
impl<E> !Freeze for WordEvent<E>
impl<E> RefUnwindSafe for WordEvent<E>where
E: RefUnwindSafe,
impl<E> Unpin for WordEvent<E>where
E: Unpin,
impl<E> UnwindSafe for WordEvent<E>where
E: 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