pub struct EventLoop<P, C>{ /* private fields */ }Expand description
Thread loop with event queue with communication over bridges.
Implementations§
Auto Trait Implementations§
impl<P, C> Freeze for EventLoop<P, C>
impl<P, C> !RefUnwindSafe for EventLoop<P, C>
impl<P, C> !Send for EventLoop<P, C>
impl<P, C> !Sync for EventLoop<P, C>
impl<P, C> Unpin for EventLoop<P, C>
impl<P, C> !UnwindSafe for EventLoop<P, C>
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