#[non_exhaustive]pub struct ExecutorPollEvent;
Expand description
Reserved zero sized user event struct used for waking winit eventloop
Trait Implementations§
Source§impl Clone for ExecutorPollEvent
impl Clone for ExecutorPollEvent
Source§fn clone(&self) -> ExecutorPollEvent
fn clone(&self) -> ExecutorPollEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExecutorPollEvent
impl Debug for ExecutorPollEvent
impl Copy for ExecutorPollEvent
Auto Trait Implementations§
impl Freeze for ExecutorPollEvent
impl RefUnwindSafe for ExecutorPollEvent
impl Send for ExecutorPollEvent
impl Sync for ExecutorPollEvent
impl Unpin for ExecutorPollEvent
impl UnwindSafe for ExecutorPollEvent
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