pub struct WaitableCallback { /* private fields */ }
Implementations§
source§impl WaitableCallback
impl WaitableCallback
pub fn channel() -> (WaitableToken, IFabricAsyncOperationCallback)
pub fn new() -> WaitableCallback
Trait Implementations§
source§impl AsImpl<WaitableCallback> for IUnknown
impl AsImpl<WaitableCallback> for IUnknown
source§impl ComObjectInner for WaitableCallback
impl ComObjectInner for WaitableCallback
source§type Outer = WaitableCallback_Impl
type Outer = WaitableCallback_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
source§impl Debug for WaitableCallback
impl Debug for WaitableCallback
source§impl Default for WaitableCallback
impl Default for WaitableCallback
source§impl From<WaitableCallback> for IFabricAsyncOperationCallback
impl From<WaitableCallback> for IFabricAsyncOperationCallback
source§fn from(this: WaitableCallback) -> Self
fn from(this: WaitableCallback) -> Self
Converts to this type from the input type.
source§impl From<WaitableCallback> for IInspectable
impl From<WaitableCallback> for IInspectable
source§fn from(this: WaitableCallback) -> Self
fn from(this: WaitableCallback) -> Self
Converts to this type from the input type.
source§impl From<WaitableCallback> for IUnknown
impl From<WaitableCallback> for IUnknown
source§fn from(this: WaitableCallback) -> Self
fn from(this: WaitableCallback) -> Self
Converts to this type from the input type.
source§impl IFabricAsyncOperationCallback_Impl for WaitableCallback
impl IFabricAsyncOperationCallback_Impl for WaitableCallback
fn Invoke(&self, _context: Option<&IFabricAsyncOperationContext>)
Auto Trait Implementations§
impl Freeze for WaitableCallback
impl RefUnwindSafe for WaitableCallback
impl Send for WaitableCallback
impl Sync for WaitableCallback
impl Unpin for WaitableCallback
impl UnwindSafe for WaitableCallback
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