#[repr(C)]pub struct WaitableCallback_Impl { /* private fields */ }
Trait Implementations§
Source§impl ComObjectInterface<IFabricAsyncOperationCallback> for WaitableCallback_Impl
impl ComObjectInterface<IFabricAsyncOperationCallback> for WaitableCallback_Impl
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 ComObjectInterface<IInspectable> for WaitableCallback_Impl
impl ComObjectInterface<IInspectable> for WaitableCallback_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 WaitableCallback_Impl
impl ComObjectInterface<IUnknown> for WaitableCallback_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
.Source§impl IFabricAsyncOperationCallback_Impl for WaitableCallback_Impl
impl IFabricAsyncOperationCallback_Impl for WaitableCallback_Impl
fn Invoke(&self, _context: Ref<'_, IFabricAsyncOperationContext>)
Auto Trait Implementations§
impl !Freeze for WaitableCallback_Impl
impl RefUnwindSafe for WaitableCallback_Impl
impl Send for WaitableCallback_Impl
impl Sync for WaitableCallback_Impl
impl Unpin for WaitableCallback_Impl
impl UnwindSafe for WaitableCallback_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