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