#[repr(C)]pub struct AwaitableCallback_Impl<F>where
F: Callback,{ /* private fields */ }
Trait Implementations§
Source§impl<F> ComObjectInterface<IFabricAsyncOperationCallback> for AwaitableCallback_Impl<F>where
F: Callback,
impl<F> ComObjectInterface<IFabricAsyncOperationCallback> for AwaitableCallback_Impl<F>where
F: Callback,
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IFabricAsyncOperationCallback>
fn as_interface_ref(&self) -> InterfaceRef<'_, IFabricAsyncOperationCallback>
Gets a borrowed interface that is implemented by
T
.Source§impl<F> ComObjectInterface<IInspectable> for AwaitableCallback_Impl<F>where
F: Callback,
impl<F> ComObjectInterface<IInspectable> for AwaitableCallback_Impl<F>where
F: Callback,
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
Gets a borrowed interface that is implemented by
T
.Source§impl<F> ComObjectInterface<IUnknown> for AwaitableCallback_Impl<F>where
F: Callback,
impl<F> ComObjectInterface<IUnknown> for AwaitableCallback_Impl<F>where
F: Callback,
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
Gets a borrowed interface that is implemented by
T
.Source§impl<F: Callback> IFabricAsyncOperationCallback_Impl for AwaitableCallback_Impl<F>
impl<F: Callback> IFabricAsyncOperationCallback_Impl for AwaitableCallback_Impl<F>
fn Invoke(&self, context: Ref<'_, IFabricAsyncOperationContext>)
Auto Trait Implementations§
impl<F> !Freeze for AwaitableCallback_Impl<F>
impl<F> !RefUnwindSafe for AwaitableCallback_Impl<F>
impl<F> Send for AwaitableCallback_Impl<F>where
F: Send,
impl<F> !Sync for AwaitableCallback_Impl<F>
impl<F> Unpin for AwaitableCallback_Impl<F>where
F: Unpin,
impl<F> UnwindSafe for AwaitableCallback_Impl<F>where
F: 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