pub struct EventReader<'a, E: 'static + Send + Sync> { /* private fields */ }Expand description
Read handle for Events<E> with its own cursor.
Implementations§
Source§impl<'a, E: 'static + Send + Sync> EventReader<'a, E>
impl<'a, E: 'static + Send + Sync> EventReader<'a, E>
Auto Trait Implementations§
impl<'a, E> Freeze for EventReader<'a, E>
impl<'a, E> RefUnwindSafe for EventReader<'a, E>where
E: RefUnwindSafe,
impl<'a, E> Send for EventReader<'a, E>
impl<'a, E> Sync for EventReader<'a, E>
impl<'a, E> Unpin for EventReader<'a, E>
impl<'a, E> UnsafeUnpin for EventReader<'a, E>
impl<'a, E> UnwindSafe for EventReader<'a, E>where
E: RefUnwindSafe,
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