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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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 Copy for RunnerPresentWindowSnapshot
impl Eq for RunnerPresentWindowSnapshot
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