pub trait IPresentStatusPresentStatistics_Impl: Sized + IPresentStatistics_Impl {
    // Required methods
    fn GetCompositionFrameId(&self) -> u64;
    fn GetPresentStatus(&self) -> PresentStatus;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§