#[repr(C)]pub struct COMPOSITION_STATS {
pub presentCount: u32,
pub refreshCount: u32,
pub virtualRefreshCount: u32,
pub time: u64,
}
Expand description
Required features: "Win32_Graphics_DirectComposition"
Fields
presentCount: u32
refreshCount: u32
virtualRefreshCount: u32
time: u64
Trait Implementations
impl Clone for COMPOSITION_STATS
impl Clone for COMPOSITION_STATS
impl Copy for COMPOSITION_STATS
Auto Trait Implementations
impl RefUnwindSafe for COMPOSITION_STATS
impl Send for COMPOSITION_STATS
impl Sync for COMPOSITION_STATS
impl Unpin for COMPOSITION_STATS
impl UnwindSafe for COMPOSITION_STATS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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