Trait windows::Win32::Web::InternetExplorer::ITimerEx_Impl

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

Required Methods§

fn SetMode(&self, dwmode: u32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§