Struct winit::os::unix::x11::EventsLoop
[−]
[src]
pub struct EventsLoop { /* fields omitted */ }pub struct EventsLoop { /* fields omitted */ }impl EventsLoop[src]fn new() -> EventsLoopfn interrupt(&self)fn poll_events<F>(&self, callback: F) where F: FnMut(Event)fn run_forever<F>(&self, callback: F) where F: FnMut(Event)