windows::Win32::System::Threading

Trait IRtwqPlatformEvents_Impl

pub trait IRtwqPlatformEvents_Impl: IUnknownImpl {
    // Required methods
    fn InitializationComplete(&self) -> Result<()>;
    fn ShutdownStart(&self) -> Result<()>;
    fn ShutdownComplete(&self) -> Result<()>;
}

Required Methods§

fn InitializationComplete(&self) -> Result<()>

fn ShutdownStart(&self) -> Result<()>

fn ShutdownComplete(&self) -> 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§