Struct COMPOSITION_TARGET_STATS
#[repr(C)]pub struct COMPOSITION_TARGET_STATS {
pub outstandingPresents: u32,
pub presentTime: u64,
pub vblankDuration: u64,
pub presentedStats: COMPOSITION_STATS,
pub completedStats: COMPOSITION_STATS,
}
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
§fn clone(&self) -> COMPOSITION_TARGET_STATS
fn clone(&self) -> COMPOSITION_TARGET_STATS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for COMPOSITION_TARGET_STATS
impl Debug for COMPOSITION_TARGET_STATS
§impl Default for COMPOSITION_TARGET_STATS
impl Default for COMPOSITION_TARGET_STATS
§impl PartialEq for COMPOSITION_TARGET_STATS
impl PartialEq for COMPOSITION_TARGET_STATS
impl Copy for COMPOSITION_TARGET_STATS
impl StructuralPartialEq for COMPOSITION_TARGET_STATS
Auto Trait Implementations§
impl Freeze for COMPOSITION_TARGET_STATS
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more