Trait ITfUIElement_Impl
pub trait ITfUIElement_Impl: IUnknownImpl {
// Required methods
fn GetDescription(&self) -> Result<BSTR>;
fn GetGUID(&self) -> Result<GUID>;
fn Show(&self, bshow: BOOL) -> Result<()>;
fn IsShown(&self) -> Result<BOOL>;
}
Required Methods§
fn GetDescription(&self) -> Result<BSTR>
fn GetGUID(&self) -> Result<GUID>
fn Show(&self, bshow: BOOL) -> Result<()>
fn IsShown(&self) -> Result<BOOL>
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.