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