Struct async_component_winit::executor::ExecutorPollEvent
source · #[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 copy 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 more