pub struct RunnerPresentAggregateSnapshot {
pub window_count: u32,
pub total_present_count: u64,
pub max_present_count: u64,
pub last_present_frame_id: u64,
pub last_present_unix_ms: Option<u64>,
}Fields§
§window_count: u32§total_present_count: u64§max_present_count: u64§last_present_frame_id: u64§last_present_unix_ms: Option<u64>Trait Implementations§
Source§impl Clone for RunnerPresentAggregateSnapshot
impl Clone for RunnerPresentAggregateSnapshot
Source§fn clone(&self) -> RunnerPresentAggregateSnapshot
fn clone(&self) -> RunnerPresentAggregateSnapshot
Returns a duplicate 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 moreSource§impl Default for RunnerPresentAggregateSnapshot
impl Default for RunnerPresentAggregateSnapshot
Source§fn default() -> RunnerPresentAggregateSnapshot
fn default() -> RunnerPresentAggregateSnapshot
Returns the “default value” for a type. Read more
Source§impl PartialEq for RunnerPresentAggregateSnapshot
impl PartialEq for RunnerPresentAggregateSnapshot
Source§fn eq(&self, other: &RunnerPresentAggregateSnapshot) -> bool
fn eq(&self, other: &RunnerPresentAggregateSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RunnerPresentAggregateSnapshot
impl Eq for RunnerPresentAggregateSnapshot
impl StructuralPartialEq for RunnerPresentAggregateSnapshot
Auto Trait Implementations§
impl Freeze for RunnerPresentAggregateSnapshot
impl RefUnwindSafe for RunnerPresentAggregateSnapshot
impl Send for RunnerPresentAggregateSnapshot
impl Sync for RunnerPresentAggregateSnapshot
impl Unpin for RunnerPresentAggregateSnapshot
impl UnsafeUnpin for RunnerPresentAggregateSnapshot
impl UnwindSafe for RunnerPresentAggregateSnapshot
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