windows::Win32::System::Threading

Trait IRtwqAsyncCallback_Impl

pub trait IRtwqAsyncCallback_Impl: IUnknownImpl {
    // Required methods
    fn GetParameters(
        &self,
        pdwflags: *mut u32,
        pdwqueue: *mut u32,
    ) -> Result<()>;
    fn Invoke(&self, pasyncresult: Ref<'_, IRtwqAsyncResult>) -> Result<()>;
}

Required Methods§

fn GetParameters(&self, pdwflags: *mut u32, pdwqueue: *mut u32) -> Result<()>

fn Invoke(&self, pasyncresult: Ref<'_, IRtwqAsyncResult>) -> Result<()>

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§