Struct pilka_winit::winit::event_loop::EventLoopWindowTarget[][src]

pub struct EventLoopWindowTarget<T> where
    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

True if the EventLoopWindowTarget uses Wayland.

True if the EventLoopWindowTarget uses X11.

Returns a pointer to the wl_display object of wayland that is used by this EventLoopWindowTarget. Read more

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.