Struct winit::event_loop::EventLoopWindowTarget [−][src]
pub struct EventLoopWindowTarget<T: 'static> { /* fields omitted */ }
Expand description
Target that associates windows with an EventLoop
.
This type exists to allow you to create new windows while Winit executes
your callback. EventLoop
will coerce into this type (impl<T> Deref for EventLoop<T>
), so functions that take this as a parameter can also take
&EventLoop
.
Implementations
Returns the list of all the monitors available on the system.
Returns the primary monitor of the system.
Returns None
if it can’t identify any monitor as a primary one.
Platform-specific
Wayland: Always returns None
.
Trait Implementations
True if the EventLoopWindowTarget
uses Wayland.