Struct windows_webview2::Windows::Foundation::AsyncOperationCompletedHandler[][src]

#[repr(transparent)]pub struct AsyncOperationCompletedHandler<TResult>(_, _)
where
    TResult: RuntimeType + 'static
;

Implementations

impl<TResult: RuntimeType + 'static> AsyncOperationCompletedHandler<TResult>[src]

pub fn new<F: FnMut(&Option<IAsyncOperation<TResult>>, AsyncStatus) -> Result<()> + 'static>(
    invoke: F
) -> Self
[src]

pub fn Invoke<'a, T0__: IntoParam<'a, IAsyncOperation<TResult>>>(
    &self,
    asyncinfo: T0__,
    asyncstatus: AsyncStatus
) -> Result<()>
[src]

Trait Implementations

impl<TResult: Clone> Clone for AsyncOperationCompletedHandler<TResult> where
    TResult: RuntimeType + 'static, 
[src]

impl<TResult: Debug> Debug for AsyncOperationCompletedHandler<TResult> where
    TResult: RuntimeType + 'static, 
[src]

impl<TResult: Eq> Eq for AsyncOperationCompletedHandler<TResult> where
    TResult: RuntimeType + 'static, 
[src]

impl<TResult: RuntimeType + 'static> Interface for AsyncOperationCompletedHandler<TResult>[src]

type Vtable = AsyncOperationCompletedHandler_abi<TResult>

impl<TResult: PartialEq> PartialEq<AsyncOperationCompletedHandler<TResult>> for AsyncOperationCompletedHandler<TResult> where
    TResult: RuntimeType + 'static, 
[src]

impl<TResult: RuntimeType + 'static> RuntimeType for AsyncOperationCompletedHandler<TResult>[src]

type DefaultType = Option<Self>

impl<TResult> StructuralEq for AsyncOperationCompletedHandler<TResult> where
    TResult: RuntimeType + 'static, 
[src]

impl<TResult> StructuralPartialEq for AsyncOperationCompletedHandler<TResult> where
    TResult: RuntimeType + 'static, 
[src]

Auto Trait Implementations

impl<TResult> RefUnwindSafe for AsyncOperationCompletedHandler<TResult> where
    TResult: RefUnwindSafe

impl<TResult> !Send for AsyncOperationCompletedHandler<TResult>

impl<TResult> !Sync for AsyncOperationCompletedHandler<TResult>

impl<TResult> Unpin for AsyncOperationCompletedHandler<TResult> where
    TResult: Unpin

impl<TResult> UnwindSafe for AsyncOperationCompletedHandler<TResult> where
    TResult: UnwindSafe

Blanket Implementations

impl<T> Abi for T where
    T: Interface
[src]

type Abi = *mut c_void

The abi representation of the implementing type. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> IntoParam<'a, T> for T where
    T: Abi
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.