pub struct EopOffset {
pub offset: Real,
pub pm_x: Real,
pub pm_y: Real,
}Expand description
Interpolated orientation parameters at one epoch.
Fields§
§offset: RealOffset in seconds (e.g. UT1 − UTC on Earth).
pm_x: RealPolar motion x-coordinate in arcseconds.
pm_y: RealPolar motion y-coordinate in arcseconds.
Trait Implementations§
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