pub struct Iers2003(pub Iau2000Model);Expand description
IERS 2003 conventions, parameterised by IAU 2000 nutation model.
Tuple Fields§
§0: Iau2000ModelTrait Implementations§
Source§impl From<Iers2003> for ReferenceSystem
impl From<Iers2003> for ReferenceSystem
Source§impl IersSystem for Iers2003
impl IersSystem for Iers2003
impl Copy for Iers2003
impl Eq for Iers2003
impl StructuralPartialEq for Iers2003
Auto Trait Implementations§
impl Freeze for Iers2003
impl RefUnwindSafe for Iers2003
impl Send for Iers2003
impl Sync for Iers2003
impl Unpin for Iers2003
impl UnsafeUnpin for Iers2003
impl UnwindSafe for Iers2003
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 more