windows::Win32::System::Ole

Trait IProtectFocus_Impl

pub trait IProtectFocus_Impl: IUnknownImpl {
    // Required method
    fn AllowFocusChange(&self) -> Result<BOOL>;
}

Required Methods§

fn AllowFocusChange(&self) -> Result<BOOL>

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§