pub struct Tai;
Expand description
International Atomic Time.
A system-wide clock derived from wall-clock time but counting leap seconds.
This clock is coupled to CLOCK_REALTIME and will be set when CLOCK_REALTIME is set, or when the offset to CLOCK_REALTIME is changed via adjtimex(2). This usually happens during boot and should not happen during normal operations. However, if NTP or another application adjusts CLOCK_REALTIME by leap second smearing, this clock will not be precise during leap second smearing.
The acronym TAI refers to International Atomic Time.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tai
impl RefUnwindSafe for Tai
impl Send for Tai
impl Sync for Tai
impl Unpin for Tai
impl UnwindSafe for Tai
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> PinInit<T> for T
impl<T> PinInit<T> for T
Source§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
Initializes
slot
. Read more