#[repr(C)]pub struct AsyncActionWithProgressCompletedHandler_Vtbl<TProgress>where
TProgress: RuntimeType + 'static,{ /* private fields */ }
Auto Trait Implementations§
impl<TProgress> Freeze for AsyncActionWithProgressCompletedHandler_Vtbl<TProgress>
impl<TProgress> RefUnwindSafe for AsyncActionWithProgressCompletedHandler_Vtbl<TProgress>where
TProgress: RefUnwindSafe,
impl<TProgress> Send for AsyncActionWithProgressCompletedHandler_Vtbl<TProgress>where
TProgress: Send,
impl<TProgress> Sync for AsyncActionWithProgressCompletedHandler_Vtbl<TProgress>where
TProgress: Sync,
impl<TProgress> Unpin for AsyncActionWithProgressCompletedHandler_Vtbl<TProgress>where
TProgress: Unpin,
impl<TProgress> UnwindSafe for AsyncActionWithProgressCompletedHandler_Vtbl<TProgress>where
TProgress: UnwindSafe,
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