windows::Win32::Web::InternetExplorer

Trait ITimerEx_Impl

pub trait ITimerEx_Impl: ITimer_Impl {
    // Required method
    fn SetMode(&self, dwmode: u32) -> Result<()>;
}

Required Methods§

fn SetMode(&self, dwmode: u32) -> 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§