#[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: u32
presentTime: u64
vblankDuration: u64
presentedStats: COMPOSITION_STATS
completedStats: COMPOSITION_STATS
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more