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