Trait IHWEventHandler2_Impl
pub trait IHWEventHandler2_Impl: IHWEventHandler_Impl {
// Required method
fn HandleEventWithHWND(
&self,
pszdeviceid: &PCWSTR,
pszaltdeviceid: &PCWSTR,
pszeventtype: &PCWSTR,
hwndowner: HWND,
) -> Result<()>;
}
Required Methods§
fn HandleEventWithHWND( &self, pszdeviceid: &PCWSTR, pszaltdeviceid: &PCWSTR, pszeventtype: &PCWSTR, hwndowner: HWND, ) -> 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.