Trait winit::platform::x11::EventLoopWindowTargetExtX11   
source · pub trait EventLoopWindowTargetExtX11 {
    // Required method
    fn is_x11(&self) -> bool;
}Expand description
Additional methods on EventLoopWindowTarget that are specific to X11.
Required Methods§
sourcefn is_x11(&self) -> bool
 
fn is_x11(&self) -> bool
True if the EventLoopWindowTarget uses X11.