Struct browser_window_core::application::c::ApplicationImpl [−][src]
pub struct ApplicationImpl { /* fields omitted */ }
Trait Implementations
Asserts if not on the GUI thread
Dispatches work to be executed on the GUI thread.
Same as exit
, but is thread-safe.
Auto Trait Implementations
impl RefUnwindSafe for ApplicationImpl
impl !Send for ApplicationImpl
impl !Sync for ApplicationImpl
impl Unpin for ApplicationImpl
impl UnwindSafe for ApplicationImpl
Blanket Implementations
Mutably borrows from an owned value. Read more