Trait IInputObject_Impl
pub trait IInputObject_Impl: IUnknownImpl {
// Required methods
fn UIActivateIO(&self, factivate: BOOL, pmsg: *const MSG) -> Result<()>;
fn HasFocusIO(&self) -> Result<()>;
fn TranslateAcceleratorIO(&self, pmsg: *const MSG) -> Result<()>;
}
Required Methods§
fn UIActivateIO(&self, factivate: BOOL, pmsg: *const MSG) -> Result<()>
fn HasFocusIO(&self) -> Result<()>
fn TranslateAcceleratorIO(&self, pmsg: *const MSG) -> 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.