Trait IInputPanelWindowHandle_Impl
pub trait IInputPanelWindowHandle_Impl: IUnknownImpl {
// Required methods
fn AttachedEditWindow32(&self) -> Result<i32>;
fn SetAttachedEditWindow32(&self, attachededitwindow: i32) -> Result<()>;
fn AttachedEditWindow64(&self) -> Result<i64>;
fn SetAttachedEditWindow64(&self, attachededitwindow: i64) -> Result<()>;
}
Required Methods§
fn AttachedEditWindow32(&self) -> Result<i32>
fn SetAttachedEditWindow32(&self, attachededitwindow: i32) -> Result<()>
fn AttachedEditWindow64(&self) -> Result<i64>
fn SetAttachedEditWindow64(&self, attachededitwindow: i64) -> 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.