Struct tauri_runtime_wry::Context
source · pub struct Context<T: UserEvent> {
pub webview_id_map: WebviewIdStore,
pub proxy: EventLoopProxy<Message<T>>,
pub is_event_loop_ready: Arc<AtomicBool>,
/* private fields */
}
Fields§
§webview_id_map: WebviewIdStore
§proxy: EventLoopProxy<Message<T>>
§is_event_loop_ready: Arc<AtomicBool>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Context<T>
impl<T> !RefUnwindSafe for Context<T>
impl<T> Send for Context<T>
impl<T> Sync for Context<T>
impl<T> Unpin for Context<T>where
T: Unpin,
impl<T> !UnwindSafe for Context<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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)