Struct async_component_winit::ExecutorPollEvent
source · #[non_exhaustive]pub struct ExecutorPollEvent;
Trait Implementations
sourceimpl Clone for ExecutorPollEvent
impl Clone for ExecutorPollEvent
sourcefn clone(&self) -> ExecutorPollEvent
fn clone(&self) -> ExecutorPollEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ExecutorPollEvent
impl Debug for ExecutorPollEvent
impl Copy for ExecutorPollEvent
Auto Trait Implementations
impl RefUnwindSafe for ExecutorPollEvent
impl Send for ExecutorPollEvent
impl Sync for ExecutorPollEvent
impl Unpin for ExecutorPollEvent
impl UnwindSafe for ExecutorPollEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more