pub struct RunnerPresentWindowSnapshot {
pub present_count: u64,
pub last_present_frame_id: u64,
pub last_present_unix_ms: Option<u64>,
}Fields§
§present_count: u64§last_present_frame_id: u64§last_present_unix_ms: Option<u64>Trait Implementations§
Source§impl Clone for RunnerPresentWindowSnapshot
impl Clone for RunnerPresentWindowSnapshot
Source§fn clone(&self) -> RunnerPresentWindowSnapshot
fn clone(&self) -> RunnerPresentWindowSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RunnerPresentWindowSnapshot
Source§impl Debug for RunnerPresentWindowSnapshot
impl Debug for RunnerPresentWindowSnapshot
Source§impl Default for RunnerPresentWindowSnapshot
impl Default for RunnerPresentWindowSnapshot
Source§fn default() -> RunnerPresentWindowSnapshot
fn default() -> RunnerPresentWindowSnapshot
Returns the “default value” for a type. Read more
impl Eq for RunnerPresentWindowSnapshot
Source§impl PartialEq for RunnerPresentWindowSnapshot
impl PartialEq for RunnerPresentWindowSnapshot
Source§fn eq(&self, other: &RunnerPresentWindowSnapshot) -> bool
fn eq(&self, other: &RunnerPresentWindowSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunnerPresentWindowSnapshot
Auto Trait Implementations§
impl Freeze for RunnerPresentWindowSnapshot
impl RefUnwindSafe for RunnerPresentWindowSnapshot
impl Send for RunnerPresentWindowSnapshot
impl Sync for RunnerPresentWindowSnapshot
impl Unpin for RunnerPresentWindowSnapshot
impl UnsafeUnpin for RunnerPresentWindowSnapshot
impl UnwindSafe for RunnerPresentWindowSnapshot
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