Trait ITfCompartmentMgr_Impl
pub trait ITfCompartmentMgr_Impl: IUnknownImpl {
// Required methods
fn GetCompartment(&self, rguid: *const GUID) -> Result<ITfCompartment>;
fn ClearCompartment(&self, tid: u32, rguid: *const GUID) -> Result<()>;
fn EnumCompartments(&self) -> Result<IEnumGUID>;
}
Required Methods§
fn GetCompartment(&self, rguid: *const GUID) -> Result<ITfCompartment>
fn ClearCompartment(&self, tid: u32, rguid: *const GUID) -> Result<()>
fn EnumCompartments(&self) -> Result<IEnumGUID>
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.