Trait IPresentStatusPresentStatistics_Impl
pub trait IPresentStatusPresentStatistics_Impl: IPresentStatistics_Impl {
// Required methods
fn GetCompositionFrameId(&self) -> u64;
fn GetPresentStatus(&self) -> PresentStatus;
}
Required Methods§
fn GetCompositionFrameId(&self) -> u64
fn GetPresentStatus(&self) -> PresentStatus
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.