pub struct GMST(pub Angle);
Expand description
Greenwich Mean Sidereal Time
Tuple Fields§
§0: Angle
Hour
Trait Implementations§
Source§impl From<JulianDate> for GMST
impl From<JulianDate> for GMST
Source§fn from(julian_date: JulianDate) -> Self
fn from(julian_date: JulianDate) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GMST
impl RefUnwindSafe for GMST
impl Send for GMST
impl Sync for GMST
impl Unpin for GMST
impl UnwindSafe for GMST
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