pub struct Itrf;Expand description
International Terrestrial Reference Frame.
Trait Implementations§
Source§impl ReferenceFrame for Itrf
impl ReferenceFrame for Itrf
impl BodyFixed for Itrf
impl Copy for Itrf
impl Eq for Itrf
impl StructuralPartialEq for Itrf
Auto Trait Implementations§
impl Freeze for Itrf
impl RefUnwindSafe for Itrf
impl Send for Itrf
impl Sync for Itrf
impl Unpin for Itrf
impl UnsafeUnpin for Itrf
impl UnwindSafe for Itrf
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> TryBodyFixed for Twhere
T: BodyFixed,
impl<T> TryBodyFixed for Twhere
T: BodyFixed,
Source§fn try_body_fixed(&self) -> Result<(), NonBodyFixedFrameError>
fn try_body_fixed(&self) -> Result<(), NonBodyFixedFrameError>
Returns
Ok(()) if the frame is body-fixed.Source§impl<T, U> TryRotation<Cirf, Itrf, T> for U
impl<T, U> TryRotation<Cirf, Itrf, T> for U
Source§impl<T, U> TryRotation<DynFrame, Itrf, T> for U
impl<T, U> TryRotation<DynFrame, Itrf, T> for U
Source§type Error = DynRotationError
type Error = DynRotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Itrf, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Itrf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Icrf, Itrf, T> for U
impl<T, U> TryRotation<Icrf, Itrf, T> for U
Source§impl<T, U> TryRotation<Itrf, Cirf, T> for U
impl<T, U> TryRotation<Itrf, Cirf, T> for U
Source§impl<T, U> TryRotation<Itrf, DynFrame, T> for U
impl<T, U> TryRotation<Itrf, DynFrame, T> for U
Source§type Error = DynRotationError
type Error = DynRotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Itrf, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Itrf, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Itrf, Icrf, T> for U
impl<T, U> TryRotation<Itrf, Icrf, T> for U
Source§impl<T, U> TryRotation<Itrf, J2000, T> for U
impl<T, U> TryRotation<Itrf, J2000, T> for U
Source§impl<T, U> TryRotation<Itrf, Mod<Iers1996>, T> for U
impl<T, U> TryRotation<Itrf, Mod<Iers1996>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Itrf, Mod<Iers2003>, T> for U
impl<T, U> TryRotation<Itrf, Mod<Iers2003>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Itrf, Mod<Iers2010>, T> for U
impl<T, U> TryRotation<Itrf, Mod<Iers2010>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Itrf, Pef<Iers1996>, T> for U
impl<T, U> TryRotation<Itrf, Pef<Iers1996>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Itrf, Pef<Iers2003>, T> for U
impl<T, U> TryRotation<Itrf, Pef<Iers2003>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Itrf, Pef<Iers2010>, T> for U
impl<T, U> TryRotation<Itrf, Pef<Iers2010>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Itrf, Teme, T> for U
impl<T, U> TryRotation<Itrf, Teme, T> for U
Source§impl<T, U> TryRotation<Itrf, Tirf, T> for U
impl<T, U> TryRotation<Itrf, Tirf, T> for U
Source§impl<T, U> TryRotation<Itrf, Tod<Iers1996>, T> for U
impl<T, U> TryRotation<Itrf, Tod<Iers1996>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Itrf, Tod<Iers2003>, T> for U
impl<T, U> TryRotation<Itrf, Tod<Iers2003>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Itrf, Tod<Iers2010>, T> for U
impl<T, U> TryRotation<Itrf, Tod<Iers2010>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<J2000, Itrf, T> for U
impl<T, U> TryRotation<J2000, Itrf, T> for U
Source§impl<T, U> TryRotation<Mod<Iers1996>, Itrf, T> for U
impl<T, U> TryRotation<Mod<Iers1996>, Itrf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Mod<Iers2003>, Itrf, T> for U
impl<T, U> TryRotation<Mod<Iers2003>, Itrf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Mod<Iers2010>, Itrf, T> for U
impl<T, U> TryRotation<Mod<Iers2010>, Itrf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Pef<Iers1996>, Itrf, T> for U
impl<T, U> TryRotation<Pef<Iers1996>, Itrf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Pef<Iers2003>, Itrf, T> for U
impl<T, U> TryRotation<Pef<Iers2003>, Itrf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Pef<Iers2010>, Itrf, T> for U
impl<T, U> TryRotation<Pef<Iers2010>, Itrf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Teme, Itrf, T> for U
impl<T, U> TryRotation<Teme, Itrf, T> for U
Source§impl<T, U> TryRotation<Tirf, Itrf, T> for U
impl<T, U> TryRotation<Tirf, Itrf, T> for U
Source§impl<T, U> TryRotation<Tod<Iers1996>, Itrf, T> for U
impl<T, U> TryRotation<Tod<Iers1996>, Itrf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Tod<Iers2003>, Itrf, T> for U
impl<T, U> TryRotation<Tod<Iers2003>, Itrf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Tod<Iers2010>, Itrf, T> for U
impl<T, U> TryRotation<Tod<Iers2010>, Itrf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.