EventLoopWindowTargetExtX11

Trait 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§

Source

fn is_x11(&self) -> bool

True if the EventLoopWindowTarget uses X11.

Implementors§