Struct governor::clock::SystemClock
source · pub struct SystemClock;
Expand description
The non-monotonic clock implemented by SystemTime
.
Trait Implementations§
source§impl Clock for SystemClock
impl Clock for SystemClock
source§impl Clone for SystemClock
impl Clone for SystemClock
source§fn clone(&self) -> SystemClock
fn clone(&self) -> SystemClock
Returns a copy 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 SystemClock
impl Debug for SystemClock
source§impl Default for SystemClock
impl Default for SystemClock
source§fn default() -> SystemClock
fn default() -> SystemClock
Returns the “default value” for a type. Read more
source§impl ReasonablyRealtime for SystemClock
impl ReasonablyRealtime for SystemClock
source§fn reference_point(&self) -> Self::Instant
fn reference_point(&self) -> Self::Instant
Returns a reference point at the start of an operation.
Auto Trait Implementations§
impl Freeze for SystemClock
impl RefUnwindSafe for SystemClock
impl Send for SystemClock
impl Sync for SystemClock
impl Unpin for SystemClock
impl UnwindSafe for SystemClock
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)