Struct mssf_core::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 IFabricAsyncOperationContext
impl AsImpl<AsyncContext> for IFabricAsyncOperationContext
source§unsafe fn as_impl(&self) -> &AsyncContext
unsafe fn as_impl(&self) -> &AsyncContext
Safety 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