#[repr(C)]pub struct IAsyncOperation_Vtbl<TResult>where
TResult: RuntimeType + 'static,{
pub base__: IInspectable_Vtbl,
pub SetCompleted: unsafe extern "system" fn(*mut c_void, *mut c_void) -> HRESULT,
pub Completed: unsafe extern "system" fn(*mut c_void, *mut *mut c_void) -> HRESULT,
pub GetResults: unsafe extern "system" fn(*mut c_void, *mut AbiType<TResult>) -> HRESULT,
/* private fields */
}
Fields§
§base__: IInspectable_Vtbl
§SetCompleted: unsafe extern "system" fn(*mut c_void, *mut c_void) -> HRESULT
§Completed: unsafe extern "system" fn(*mut c_void, *mut *mut c_void) -> HRESULT
§GetResults: unsafe extern "system" fn(*mut c_void, *mut AbiType<TResult>) -> HRESULT
Implementations§
Auto Trait Implementations§
impl<TResult> Freeze for IAsyncOperation_Vtbl<TResult>
impl<TResult> RefUnwindSafe for IAsyncOperation_Vtbl<TResult>where
TResult: RefUnwindSafe,
impl<TResult> Send for IAsyncOperation_Vtbl<TResult>where
TResult: Send,
impl<TResult> Sync for IAsyncOperation_Vtbl<TResult>where
TResult: Sync,
impl<TResult> Unpin for IAsyncOperation_Vtbl<TResult>where
TResult: Unpin,
impl<TResult> UnwindSafe for IAsyncOperation_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