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