pub struct EventLoopProxy { /* private fields */ }Trait Implementations§
Source§impl Debug for EventLoopProxy
impl Debug for EventLoopProxy
Source§impl EventLoopProxyProvider for EventLoopProxy
impl EventLoopProxyProvider for EventLoopProxy
Source§fn wake_up(&self)
fn wake_up(&self)
See
EventLoopProxy::wake_up for details.Auto Trait Implementations§
impl !Freeze for EventLoopProxy
impl RefUnwindSafe for EventLoopProxy
impl Send for EventLoopProxy
impl Sync for EventLoopProxy
impl Unpin for EventLoopProxy
impl UnwindSafe for EventLoopProxy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more