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§

fn Wait(&self, dwmilliseconds: u32, option: u32) -> Result<()>

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

Object Safety§

This trait is not object safe.

Implementors§