windows::Media

Trait IMediaMarker_Impl

pub trait IMediaMarker_Impl: IUnknownImpl {
    // Required methods
    fn Time(&self) -> Result<TimeSpan>;
    fn MediaMarkerType(&self) -> Result<HSTRING>;
    fn Text(&self) -> Result<HSTRING>;
}

Required Methods§

fn Time(&self) -> Result<TimeSpan>

fn MediaMarkerType(&self) -> Result<HSTRING>

fn Text(&self) -> Result<HSTRING>

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§