Trait windows::Win32::System::WinRT::ICoreWindowInterop_Impl
pub trait ICoreWindowInterop_Impl: Sized {
// Required methods
fn WindowHandle(&self) -> Result<HWND>;
fn SetMessageHandled(&self, value: u8) -> Result<()>;
}
Required Methods§
fn WindowHandle(&self) -> Result<HWND>
fn SetMessageHandled(&self, value: u8) -> Result<()>
Object Safety§
This trait is not object safe.