Struct starstuff_types::time::GMST
source · pub struct GMST(pub Angle);Expand description
Greenwich Mean Sidereal Time
Tuple Fields§
§0: AngleHour
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.