pub struct EventQueueHandle { /* private fields */ }Expand description
Handle used by producers to push events into the queue.
Clone-friendly — distribute to any number of producers.
Implementations§
Trait Implementations§
Source§impl Clone for EventQueueHandle
impl Clone for EventQueueHandle
Source§fn clone(&self) -> EventQueueHandle
fn clone(&self) -> EventQueueHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EventQueueHandle
impl RefUnwindSafe for EventQueueHandle
impl Send for EventQueueHandle
impl Sync for EventQueueHandle
impl Unpin for EventQueueHandle
impl UnsafeUnpin for EventQueueHandle
impl UnwindSafe for EventQueueHandle
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