Trait ITfDisplayAttributeInfo_Impl
pub trait ITfDisplayAttributeInfo_Impl: IUnknownImpl {
// Required methods
fn GetGUID(&self) -> Result<GUID>;
fn GetDescription(&self) -> Result<BSTR>;
fn GetAttributeInfo(&self, pda: *mut TF_DISPLAYATTRIBUTE) -> Result<()>;
fn SetAttributeInfo(&self, pda: *const TF_DISPLAYATTRIBUTE) -> Result<()>;
fn Reset(&self) -> Result<()>;
}
Required Methods§
fn GetGUID(&self) -> Result<GUID>
fn GetDescription(&self) -> Result<BSTR>
fn GetAttributeInfo(&self, pda: *mut TF_DISPLAYATTRIBUTE) -> Result<()>
fn SetAttributeInfo(&self, pda: *const TF_DISPLAYATTRIBUTE) -> Result<()>
fn Reset(&self) -> 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.