Trait IConsole2_Impl
pub trait IConsole2_Impl: IConsole_Impl {
// Required methods
fn Expand(&self, hitem: isize, bexpand: BOOL) -> Result<()>;
fn IsTaskpadViewPreferred(&self) -> Result<()>;
fn SetStatusText(&self, pszstatustext: &PCWSTR) -> Result<()>;
}
Required Methods§
fn Expand(&self, hitem: isize, bexpand: BOOL) -> Result<()>
fn IsTaskpadViewPreferred(&self) -> Result<()>
fn SetStatusText(&self, pszstatustext: &PCWSTR) -> 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.