Struct mssf_core::sync::wait::AsyncContext
source · pub struct AsyncContext { /* private fields */ }
Implementations§
source§impl AsyncContext
impl AsyncContext
pub fn new(callback: Option<&IFabricAsyncOperationCallback>) -> AsyncContext
Trait Implementations§
source§impl AsImpl<AsyncContext> for IUnknown
impl AsImpl<AsyncContext> for IUnknown
source§impl ComObjectInner for AsyncContext
impl ComObjectInner for AsyncContext
§type Outer = AsyncContext_Impl
type Outer = AsyncContext_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 AsyncContext
impl Debug for AsyncContext
source§impl From<AsyncContext> for IFabricAsyncOperationContext
impl From<AsyncContext> for IFabricAsyncOperationContext
source§fn from(this: AsyncContext) -> Self
fn from(this: AsyncContext) -> Self
Converts to this type from the input type.
source§impl From<AsyncContext> for IInspectable
impl From<AsyncContext> for IInspectable
source§fn from(this: AsyncContext) -> Self
fn from(this: AsyncContext) -> Self
Converts to this type from the input type.
source§impl From<AsyncContext> for IUnknown
impl From<AsyncContext> for IUnknown
source§fn from(this: AsyncContext) -> Self
fn from(this: AsyncContext) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AsyncContext
impl RefUnwindSafe for AsyncContext
impl Send for AsyncContext
impl Sync for AsyncContext
impl Unpin for AsyncContext
impl UnwindSafe for AsyncContext
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