Trait IMFPresentationTimeSource_Impl
pub trait IMFPresentationTimeSource_Impl: IMFClock_Impl {
// Required method
fn GetUnderlyingClock(&self) -> Result<IMFClock>;
}
Required Methods§
fn GetUnderlyingClock(&self) -> Result<IMFClock>
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.