pub struct DeterministicClock { /* private fields */ }Expand description
Deterministic monotonic clock controlled by the host.
Implementations§
Trait Implementations§
Source§impl BackendClock for DeterministicClock
impl BackendClock for DeterministicClock
Source§impl Clone for DeterministicClock
impl Clone for DeterministicClock
Source§fn clone(&self) -> DeterministicClock
fn clone(&self) -> DeterministicClock
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 DeterministicClock
impl Debug for DeterministicClock
Source§impl Default for DeterministicClock
impl Default for DeterministicClock
Source§fn default() -> DeterministicClock
fn default() -> DeterministicClock
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeterministicClock
impl RefUnwindSafe for DeterministicClock
impl Send for DeterministicClock
impl Sync for DeterministicClock
impl Unpin for DeterministicClock
impl UnsafeUnpin for DeterministicClock
impl UnwindSafe for DeterministicClock
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