Trait ICoreFrameworkInputViewInterop_Impl
pub trait ICoreFrameworkInputViewInterop_Impl: IUnknownImpl {
// Required method
fn GetForWindow(
&self,
appwindow: HWND,
riid: *const GUID,
coreframeworkinputview: *mut *mut c_void,
) -> Result<()>;
}
Required Methods§
fn GetForWindow( &self, appwindow: HWND, riid: *const GUID, coreframeworkinputview: *mut *mut c_void, ) -> 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.