Struct glutin::event_loop::EventLoopClosed [−][src]
pub struct EventLoopClosed<T>(pub T);
Expand description
The error that is returned when an EventLoopProxy
attempts to wake up an EventLoop
that
no longer exists. Contains the original event given to send_event
.
Tuple Fields
0: T
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<T> RefUnwindSafe for EventLoopClosed<T> where
T: RefUnwindSafe,
impl<T> Send for EventLoopClosed<T> where
T: Send,
impl<T> Sync for EventLoopClosed<T> where
T: Sync,
impl<T> Unpin for EventLoopClosed<T> where
T: Unpin,
impl<T> UnwindSafe for EventLoopClosed<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more