pub struct LAST { /* private fields */ }Implementations§
Source§impl LAST
impl LAST
pub fn from_ut1_tt_and_location( ut1: &UT1, tt: &TT, location: &Location, ) -> TimeResult<Self>
pub fn from_lmst_and_equation_of_equinoxes( ut1: &UT1, tt: &TT, location: &Location, ) -> TimeResult<Self>
pub fn from_hours(hours: f64, location: &Location) -> Self
pub fn from_degrees(degrees: f64, location: &Location) -> Self
pub fn from_radians(radians: f64, location: &Location) -> Self
pub fn j2000(location: &Location) -> TimeResult<Self>
pub fn angle(&self) -> SiderealAngle
pub fn location(&self) -> Location
pub fn hours(&self) -> f64
pub fn degrees(&self) -> f64
pub fn radians(&self) -> f64
pub fn hour_angle_to_target(&self, target_ra_hours: f64) -> f64
pub fn to_gast(&self) -> GAST
pub fn to_lmst(&self, tt: &TT) -> TimeResult<LMST>
pub fn to_gmst(&self, tt: &TT) -> TimeResult<GMST>
Trait Implementations§
impl Copy for LAST
impl StructuralPartialEq for LAST
Auto Trait Implementations§
impl Freeze for LAST
impl RefUnwindSafe for LAST
impl Send for LAST
impl Sync for LAST
impl Unpin for LAST
impl UnsafeUnpin for LAST
impl UnwindSafe for LAST
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