windows::Win32::System::Com

Trait IAsyncManager_Impl

pub trait IAsyncManager_Impl: IUnknownImpl {
    // Required methods
    fn CompleteCall(&self, result: HRESULT) -> Result<()>;
    fn GetCallContext(
        &self,
        riid: *const GUID,
        pinterface: *mut *mut c_void,
    ) -> Result<()>;
    fn GetState(&self) -> Result<u32>;
}

Required Methods§

fn CompleteCall(&self, result: HRESULT) -> Result<()>

fn GetCallContext( &self, riid: *const GUID, pinterface: *mut *mut c_void, ) -> Result<()>

fn GetState(&self) -> Result<u32>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§