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