windows::Win32::System::WinRT

Trait ICoreWindowComponentInterop_Impl

pub trait ICoreWindowComponentInterop_Impl: IUnknownImpl {
    // Required methods
    fn ConfigureComponentInput(
        &self,
        hostviewinstanceid: u32,
        hwndhost: HWND,
        inputsourcevisual: Ref<'_, IUnknown>,
    ) -> Result<()>;
    fn GetViewInstanceId(&self) -> Result<u32>;
}

Required Methods§

fn ConfigureComponentInput( &self, hostviewinstanceid: u32, hwndhost: HWND, inputsourcevisual: Ref<'_, IUnknown>, ) -> Result<()>

fn GetViewInstanceId(&self) -> Result<u32>

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§