Trait IMFTimedTextBouten_Impl
pub trait IMFTimedTextBouten_Impl: IUnknownImpl {
// Required methods
fn GetBoutenType(&self) -> Result<MF_TIMED_TEXT_BOUTEN_TYPE>;
fn GetBoutenColor(&self) -> Result<MFARGB>;
fn GetBoutenPosition(&self) -> Result<MF_TIMED_TEXT_BOUTEN_POSITION>;
}
Required Methods§
fn GetBoutenType(&self) -> Result<MF_TIMED_TEXT_BOUTEN_TYPE>
fn GetBoutenColor(&self) -> Result<MFARGB>
fn GetBoutenPosition(&self) -> Result<MF_TIMED_TEXT_BOUTEN_POSITION>
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.