pub struct UiDispatchHandle { /* private fields */ }Expand description
A one-shot, Send token for work whose closure remains owned by the UI thread.
Implementations§
Trait Implementations§
Source§impl Drop for UiDispatchHandle
Available on crate feature native-runtime only.
impl Drop for UiDispatchHandle
Available on crate feature
native-runtime only.Auto Trait Implementations§
impl Freeze for UiDispatchHandle
impl RefUnwindSafe for UiDispatchHandle
impl Send for UiDispatchHandle
impl Sync for UiDispatchHandle
impl Unpin for UiDispatchHandle
impl UnsafeUnpin for UiDispatchHandle
impl UnwindSafe for UiDispatchHandle
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