pub trait IPresentStatusPresentStatistics_Impl: Sized + IPresentStatistics_Impl {
// Required methods
fn GetCompositionFrameId(&self) -> u64;
fn GetPresentStatus(&self) -> PresentStatus;
}
Required Methods§
fn GetCompositionFrameId(&self) -> u64
fn GetPresentStatus(&self) -> PresentStatus
Object Safety§
This trait is not object safe.