Trait IMFTimedTextStyle2_Impl
pub trait IMFTimedTextStyle2_Impl: IUnknownImpl {
// Required methods
fn GetRuby(&self) -> Result<IMFTimedTextRuby>;
fn GetBouten(&self) -> Result<IMFTimedTextBouten>;
fn IsTextCombined(&self) -> Result<BOOL>;
fn GetFontAngleInDegrees(&self) -> Result<f64>;
}
Required Methods§
fn GetRuby(&self) -> Result<IMFTimedTextRuby>
fn GetBouten(&self) -> Result<IMFTimedTextBouten>
fn IsTextCombined(&self) -> Result<BOOL>
fn GetFontAngleInDegrees(&self) -> Result<f64>
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.