pub struct DispatcherMainThreadContext<T: UserEvent> {
pub window_target: EventLoopWindowTarget<Message<T>>,
pub web_context: WebContextStore,
pub windows: Arc<WindowsStore>,
}Fields§
§window_target: EventLoopWindowTarget<Message<T>>§web_context: WebContextStore§windows: Arc<WindowsStore>Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for DispatcherMainThreadContext<T>
impl<T> !Send for DispatcherMainThreadContext<T>
impl<T> !Sync for DispatcherMainThreadContext<T>
impl<T> !UnwindSafe for DispatcherMainThreadContext<T>
impl<T> Freeze for DispatcherMainThreadContext<T>
impl<T> Unpin for DispatcherMainThreadContext<T>
impl<T> UnsafeUnpin for DispatcherMainThreadContext<T>
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