pub struct Iers2010;Expand description
IERS 2010 conventions.
Trait Implementations§
impl Copy for Iers2010
impl Eq for Iers2010
Source§impl From<Iers2010> for ReferenceSystem
impl From<Iers2010> for ReferenceSystem
Source§impl IersSystem for Iers2010
impl IersSystem for Iers2010
Source§fn abbreviation(&self) -> String
fn abbreviation(&self) -> String
Returns a round-trippable tag, encoding the nutation model where it
differs from the default (e.g. “IERS2003B”).
impl StructuralPartialEq for Iers2010
Auto Trait Implementations§
impl Freeze for Iers2010
impl RefUnwindSafe for Iers2010
impl Send for Iers2010
impl Sync for Iers2010
impl Unpin for Iers2010
impl UnsafeUnpin for Iers2010
impl UnwindSafe for Iers2010
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, O, Tg, P> TryRotation<O, Tg, T> for Pwhere
T: ContinuousTimeScale + Copy,
O: ReferenceFrame + RotateToIcrf<T, P, Error = RotationError>,
Tg: ReferenceFrame + RotateToIcrf<T, P, Error = RotationError>,
impl<T, O, Tg, P> TryRotation<O, Tg, T> for Pwhere
T: ContinuousTimeScale + Copy,
O: ReferenceFrame + RotateToIcrf<T, P, Error = RotationError>,
Tg: ReferenceFrame + RotateToIcrf<T, P, Error = RotationError>,
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§fn try_rotation(
&self,
origin: O,
target: Tg,
time: Time<T>,
) -> Result<Rotation, <P as TryRotation<O, Tg, T>>::Error>
fn try_rotation( &self, origin: O, target: Tg, time: Time<T>, ) -> Result<Rotation, <P as TryRotation<O, Tg, T>>::Error>
Computes the rotation from
origin to target at the given time.