pub struct SystemRouterClock;Expand description
Monotonic system clock.
Trait Implementations§
Source§impl Clone for SystemRouterClock
impl Clone for SystemRouterClock
Source§fn clone(&self) -> SystemRouterClock
fn clone(&self) -> SystemRouterClock
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 SystemRouterClock
Source§impl Debug for SystemRouterClock
impl Debug for SystemRouterClock
Source§impl Default for SystemRouterClock
impl Default for SystemRouterClock
Source§fn default() -> SystemRouterClock
fn default() -> SystemRouterClock
Returns the “default value” for a type. Read more
Source§impl RouterClock for SystemRouterClock
impl RouterClock for SystemRouterClock
Auto Trait Implementations§
impl Freeze for SystemRouterClock
impl RefUnwindSafe for SystemRouterClock
impl Send for SystemRouterClock
impl Sync for SystemRouterClock
impl Unpin for SystemRouterClock
impl UnsafeUnpin for SystemRouterClock
impl UnwindSafe for SystemRouterClock
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