Struct alacritty::event::EventProxy [−][src]
pub struct EventProxy {
proxy: EventLoopProxy<Event>,
window_id: WindowId,
}Fields
proxy: EventLoopProxy<Event>window_id: WindowIdImplementations
Send an event to the event loop.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for EventProxy
impl Send for EventProxy
impl !Sync for EventProxy
impl Unpin for EventProxy
impl !UnwindSafe for EventProxy
Blanket Implementations
Mutably borrows from an owned value. Read more