Struct windows::Foundation::IAsyncOperation_Vtbl
#[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,
pub TResult: PhantomData<TResult>,
}
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
§TResult: PhantomData<TResult>
Implementations§
§impl<TResult: RuntimeType + 'static> IAsyncOperation_Vtbl<TResult>
impl<TResult: RuntimeType + 'static> IAsyncOperation_Vtbl<TResult>
pub const fn new<Identity, const OFFSET: isize>() -> IAsyncOperation_Vtbl<TResult>where
Identity: IAsyncOperation_Impl<TResult> + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
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