Struct glutin::platform::unix::x11::EventLoopProxy [−][src]
pub struct EventLoopProxy<T> where
T: 'static, { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for EventLoopProxy<T>
impl<T> Send for EventLoopProxy<T> where
T: Send,
impl<T> !Sync for EventLoopProxy<T>
impl<T> Unpin for EventLoopProxy<T>
impl<T> !UnwindSafe for EventLoopProxy<T>
Blanket Implementations
Mutably borrows from an owned value. Read more