Trait windows::Win32::System::ClrHosting::IHostAutoEvent_Impl
pub trait IHostAutoEvent_Impl: Sized {
// Required methods
fn Wait(&self, dwmilliseconds: u32, option: u32) -> Result<()>;
fn Set(&self) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.