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