Enum winit::Event
[−]
[src]
pub enum Event {
WindowEvent {
window_id: WindowId,
event: WindowEvent,
},
}Variants
WindowEventFields of WindowEvent
window_id: WindowId | |
event: WindowEvent |
Trait Implementations
impl Clone for Event[src]
fn clone(&self) -> Event
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more