pub struct Tcb;Expand description
Barycentric Coordinate Time
This is a continuous time standard for satellites that orbit the Sun See Wikipedia
Trait Implementations§
Source§impl Standard for Tcb
impl Standard 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 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