windows::Win32::Graphics::CompositionSwapchain

Trait IPresentStatusPresentStatistics_Impl

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

Required Methods§

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§