windows::Win32::Media::MediaFoundation

Trait IMFTimedTextRuby_Impl

pub trait IMFTimedTextRuby_Impl: IUnknownImpl {
    // Required methods
    fn GetRubyText(&self) -> Result<PWSTR>;
    fn GetRubyPosition(&self) -> Result<MF_TIMED_TEXT_RUBY_POSITION>;
    fn GetRubyAlign(&self) -> Result<MF_TIMED_TEXT_RUBY_ALIGN>;
    fn GetRubyReserve(&self) -> Result<MF_TIMED_TEXT_RUBY_RESERVE>;
}

Required Methods§

fn GetRubyText(&self) -> Result<PWSTR>

fn GetRubyPosition(&self) -> Result<MF_TIMED_TEXT_RUBY_POSITION>

fn GetRubyAlign(&self) -> Result<MF_TIMED_TEXT_RUBY_ALIGN>

fn GetRubyReserve(&self) -> Result<MF_TIMED_TEXT_RUBY_RESERVE>

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.

Implementors§