Struct mssf_core::sync::AwaitableCallback2_Impl
source · #[repr(C)]pub struct AwaitableCallback2_Impl<F>where
F: Callback,{ /* private fields */ }
Trait Implementations§
source§impl<F> ComObjectInterface<IFabricAsyncOperationCallback> for AwaitableCallback2_Impl<F>where
F: Callback,
impl<F> ComObjectInterface<IFabricAsyncOperationCallback> for AwaitableCallback2_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 AwaitableCallback2_Impl<F>where
F: Callback,
impl<F> ComObjectInterface<IInspectable> for AwaitableCallback2_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 AwaitableCallback2_Impl<F>where
F: Callback,
impl<F> ComObjectInterface<IUnknown> for AwaitableCallback2_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
.Auto Trait Implementations§
impl<F> !Freeze for AwaitableCallback2_Impl<F>
impl<F> !RefUnwindSafe for AwaitableCallback2_Impl<F>
impl<F> Send for AwaitableCallback2_Impl<F>where
F: Send,
impl<F> !Sync for AwaitableCallback2_Impl<F>
impl<F> Unpin for AwaitableCallback2_Impl<F>where
F: Unpin,
impl<F> UnwindSafe for AwaitableCallback2_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