Trait IUIRibbon_Impl
pub trait IUIRibbon_Impl: IUnknownImpl {
// Required methods
fn GetHeight(&self) -> Result<u32>;
fn LoadSettingsFromStream(&self, pstream: Ref<'_, IStream>) -> Result<()>;
fn SaveSettingsToStream(&self, pstream: Ref<'_, IStream>) -> Result<()>;
}
Required Methods§
fn GetHeight(&self) -> Result<u32>
fn LoadSettingsFromStream(&self, pstream: Ref<'_, IStream>) -> Result<()>
fn SaveSettingsToStream(&self, pstream: Ref<'_, IStream>) -> 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.