Struct WebUIBackgroundTaskInstance
pub struct WebUIBackgroundTaskInstance;
Implementations§
§impl WebUIBackgroundTaskInstance
impl WebUIBackgroundTaskInstance
pub fn Current() -> Result<IWebUIBackgroundTaskInstance>
Auto Trait Implementations§
impl Freeze for WebUIBackgroundTaskInstance
impl RefUnwindSafe for WebUIBackgroundTaskInstance
impl Send for WebUIBackgroundTaskInstance
impl Sync for WebUIBackgroundTaskInstance
impl Unpin for WebUIBackgroundTaskInstance
impl UnwindSafe for WebUIBackgroundTaskInstance
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