pub struct TCB;Expand description
Barycentric Coordinate Time (IAU 2006 B3). Linear relation to TDB.
Trait Implementations§
Source§impl<SrcF: TimeFormat> ConversionTarget<TCB, SrcF> for UT1
impl<SrcF: TimeFormat> ConversionTarget<TCB, SrcF> for UT1
Source§impl<SrcF: TimeFormat> ConversionTarget<UT1, SrcF> for TCB
impl<SrcF: TimeFormat> ConversionTarget<UT1, SrcF> for TCB
Source§impl Ord for TCB
impl Ord for TCB
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TCB
impl PartialOrd for TCB
impl ContinuousScale for TCB
impl CoordinateScale for TCB
impl Copy for TCB
impl Eq for TCB
impl StructuralPartialEq for TCB
Auto Trait Implementations§
impl Freeze for TCB
impl RefUnwindSafe for TCB
impl Send for TCB
impl Sync for TCB
impl Unpin for TCB
impl UnsafeUnpin for TCB
impl UnwindSafe for TCB
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