pub trait EventLoopWindowTargetExtX11: EventLoopWindowTargetPrivate {
// 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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.