Trait IIndependentFlipFramePresentStatistics_Impl
pub trait IIndependentFlipFramePresentStatistics_Impl: IPresentStatistics_Impl {
// Required methods
fn GetOutputAdapterLUID(&self) -> LUID;
fn GetOutputVidPnSourceId(&self) -> u32;
fn GetContentTag(&self) -> usize;
fn GetDisplayedTime(&self) -> SystemInterruptTime;
fn GetPresentDuration(&self) -> SystemInterruptTime;
}
Required Methods§
fn GetOutputAdapterLUID(&self) -> LUID
fn GetOutputVidPnSourceId(&self) -> u32
fn GetContentTag(&self) -> usize
fn GetDisplayedTime(&self) -> SystemInterruptTime
fn GetPresentDuration(&self) -> SystemInterruptTime
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.