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

Formats the value using the given formatter. Read more

Hide the entire application. In most applications this is typically triggered with Command-H.

Hide the other applications. In most applications this is typically triggered with Command+Option-H.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.