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 · 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 WindowFrameClockSnapshot
impl Debug for WindowFrameClockSnapshot
Source§impl PartialEq for WindowFrameClockSnapshot
impl PartialEq for WindowFrameClockSnapshot
impl Copy for WindowFrameClockSnapshot
impl Eq for WindowFrameClockSnapshot
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