Trait IActiveIMMMessagePumpOwner_Impl
pub trait IActiveIMMMessagePumpOwner_Impl: IUnknownImpl {
// Required methods
fn Start(&self) -> Result<()>;
fn End(&self) -> Result<()>;
fn OnTranslateMessage(&self, pmsg: *const MSG) -> Result<()>;
fn Pause(&self) -> Result<u32>;
fn Resume(&self, dwcookie: u32) -> Result<()>;
}
Required Methods§
fn Start(&self) -> Result<()>
fn End(&self) -> Result<()>
fn OnTranslateMessage(&self, pmsg: *const MSG) -> Result<()>
fn Pause(&self) -> Result<u32>
fn Resume(&self, dwcookie: u32) -> 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.