pub struct Tcg;Expand description
Geocentric Coordinate Time
This is a continuous time standard for satellites that orbit the Earth See Wikipedia
Trait Implementations§
Source§impl Standard for Tcg
impl Standard for Tcg
impl Copy for Tcg
impl Eq for Tcg
impl StructuralPartialEq for Tcg
Auto Trait Implementations§
impl Freeze for Tcg
impl RefUnwindSafe for Tcg
impl Send for Tcg
impl Sync for Tcg
impl Unpin for Tcg
impl UnwindSafe for Tcg
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