pub struct EopOffset {
pub offset: Real,
pub pm_x: Real,
pub pm_y: Real,
}Expand description
Interpolated Body Orientation Parameters at a specific MJD.
Contains everything needed for high-precision sidereal time and polar-motion corrections.
Fields§
§offset: RealValue in seconds e.g. UT1 − UTC offset
pm_x: RealPolar motion x-coordinate in arcseconds
pm_y: RealPolar motion y-coordinate in arcseconds
Trait Implementations§
impl Copy for EopOffset
Auto Trait Implementations§
impl Freeze for EopOffset
impl RefUnwindSafe for EopOffset
impl Send for EopOffset
impl Sync for EopOffset
impl Unpin for EopOffset
impl UnsafeUnpin for EopOffset
impl UnwindSafe for EopOffset
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