windows::Win32::System::Com

Trait ITimeAndNoticeControl_Impl

pub trait ITimeAndNoticeControl_Impl: IUnknownImpl {
    // Required method
    fn SuppressChanges(&self, res1: u32, res2: u32) -> Result<()>;
}

Required Methods§

fn SuppressChanges(&self, res1: u32, res2: 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§