Home
last modified time | relevance | path

Searched defs:EventLoopClosed (Results 1 – 2 of 2) sorted by relevance

/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/
H A Devent_loop.rs219 pub struct EventLoopClosed<T>(pub T); struct
221 impl<T> fmt::Display for EventLoopClosed<T> { implementation
227 impl<T: fmt::Debug> error::Error for EventLoopClosed<T> {} implementation
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/
H A Devent_loop.rs228 pub struct EventLoopClosed<T>(pub T); struct
230 impl<T> fmt::Display for EventLoopClosed<T> { implementation
236 impl<T: fmt::Debug> error::Error for EventLoopClosed<T> {} implementation