pub struct WindowFrameClockSnapshot {
pub now_monotonic: Duration,
pub delta: Duration,
}Fields§
§now_monotonic: Duration§delta: DurationTrait Implementations§
Source§impl Clone for WindowFrameClockSnapshot
impl Clone for WindowFrameClockSnapshot
Source§fn clone(&self) -> WindowFrameClockSnapshot
fn clone(&self) -> WindowFrameClockSnapshot
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 WindowFrameClockSnapshot
Source§impl Debug for WindowFrameClockSnapshot
impl Debug for WindowFrameClockSnapshot
impl Eq for WindowFrameClockSnapshot
Source§impl PartialEq for WindowFrameClockSnapshot
impl PartialEq for WindowFrameClockSnapshot
Source§fn eq(&self, other: &WindowFrameClockSnapshot) -> bool
fn eq(&self, other: &WindowFrameClockSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WindowFrameClockSnapshot
Auto Trait Implementations§
impl Freeze for WindowFrameClockSnapshot
impl RefUnwindSafe for WindowFrameClockSnapshot
impl Send for WindowFrameClockSnapshot
impl Sync for WindowFrameClockSnapshot
impl Unpin for WindowFrameClockSnapshot
impl UnsafeUnpin for WindowFrameClockSnapshot
impl UnwindSafe for WindowFrameClockSnapshot
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