#[repr(C)]pub struct COMPOSITION_TARGET_STATS {
pub outstandingPresents: u32,
pub presentTime: u64,
pub vblankDuration: u64,
pub presentedStats: COMPOSITION_STATS,
pub completedStats: COMPOSITION_STATS,
}Expand description
Required features: "Win32_Graphics_DirectComposition"
Fields
outstandingPresents: u32presentTime: u64vblankDuration: u64presentedStats: COMPOSITION_STATScompletedStats: COMPOSITION_STATSTrait Implementations
impl Clone for COMPOSITION_TARGET_STATS
impl Clone for COMPOSITION_TARGET_STATS
impl Copy for COMPOSITION_TARGET_STATS
Auto Trait Implementations
impl RefUnwindSafe for COMPOSITION_TARGET_STATS
impl Send for COMPOSITION_TARGET_STATS
impl Sync for COMPOSITION_TARGET_STATS
impl Unpin for COMPOSITION_TARGET_STATS
impl UnwindSafe for COMPOSITION_TARGET_STATS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more