pub struct Qzsst;Expand description
Time scale representing the Quasi-Zenith Satellite System Time (QZSST). QZSST has no leap seconds and increases monotonically at a constant rate. It is distributed as part of the QZSST broadcast messages, making it useful in a variety of high-accuracy situations.
Trait Implementations§
Source§impl AbsoluteTimeScale for Qzsst
impl AbsoluteTimeScale for Qzsst
Source§impl TerrestrialTime for Qzsst
impl TerrestrialTime for Qzsst
const TAI_OFFSET: Duration
impl Copy for Qzsst
impl Eq for Qzsst
impl StructuralPartialEq for Qzsst
impl UniformDateTimeScale for Qzsst
Auto Trait Implementations§
impl Freeze for Qzsst
impl RefUnwindSafe for Qzsst
impl Send for Qzsst
impl Sync for Qzsst
impl Unpin for Qzsst
impl UnwindSafe for Qzsst
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