Struct lambda_platform::winit::winit_exports::EventLoopProxy
source · pub struct EventLoopProxy<T>where
T: 'static,{ /* private fields */ }
Expand description
Used to send custom events to EventLoop
.
Implementations§
source§impl<T> EventLoopProxy<T>where
T: 'static,
impl<T> EventLoopProxy<T>where
T: 'static,
sourcepub fn send_event(&self, event: T) -> Result<(), EventLoopClosed<T>>
pub fn send_event(&self, event: T) -> Result<(), EventLoopClosed<T>>
Trait Implementations§
source§impl<T> Clone for EventLoopProxy<T>where
T: 'static,
impl<T> Clone for EventLoopProxy<T>where
T: 'static,
source§fn clone(&self) -> EventLoopProxy<T>
fn clone(&self) -> EventLoopProxy<T>
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