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§