Trait windows::Win32::System::Threading::IRtwqPlatformEvents_Impl
pub trait IRtwqPlatformEvents_Impl: Sized {
// 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<()>
Object Safety§
This trait is not object safe.