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

pub struct EventLoopWindowTarget<T: 'static> { /* fields omitted */ }

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, so functions that take this as a parameter can also take &EventLoop.

Trait Implementations

impl<T> Debug for EventLoopWindowTarget<T>[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]