pub struct Tcb;Expand description
Time scale representing the Barycentric Coordinate Time (TCB). This scale is equivalent to the proper time as experienced by an (idealistic) clock outside of Sun’s gravity well, but co-moving with the SSB. The resulting proper time is useful as independent variable for high-accuracy ephemerides for Solar system objects, and as intermediate variable when transforming into barycentric dynamical time.
Trait Implementations§
Source§impl AbsoluteTimeScale for Tcb
impl AbsoluteTimeScale for Tcb
Source§impl FromTimeScale<Tcb> for TdbTime
impl FromTimeScale<Tcb> for TdbTime
Source§fn from_time_scale(tcb_time: TcbTime) -> Self
fn from_time_scale(tcb_time: TcbTime) -> Self
Constructs a time point from an instant expressed in another scale.
impl Copy for Tcb
impl Eq for Tcb
impl StructuralPartialEq for Tcb
impl UniformDateTimeScale 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 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