pub struct EclipticOfDate;Expand description
Mean ecliptic of date.
Uses the mean ecliptic plane (obliquity of date) without nutation. Transformations to/from this frame are time-dependent and require a TT epoch.
Trait Implementations§
Source§impl Clone for EclipticOfDate
impl Clone for EclipticOfDate
Source§fn clone(&self) -> EclipticOfDate
fn clone(&self) -> EclipticOfDate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EclipticOfDate
Source§impl Debug for EclipticOfDate
impl Debug for EclipticOfDate
Source§impl Default for EclipticOfDate
impl Default for EclipticOfDate
Source§fn default() -> EclipticOfDate
fn default() -> EclipticOfDate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EclipticOfDate
impl<'de> Deserialize<'de> for EclipticOfDate
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<EclipticOfDate, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<EclipticOfDate, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EclipticOfDate
Source§impl PartialEq for EclipticOfDate
impl PartialEq for EclipticOfDate
Source§fn eq(&self, other: &EclipticOfDate) -> bool
fn eq(&self, other: &EclipticOfDate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ReferenceFrame for EclipticOfDate
impl ReferenceFrame for EclipticOfDate
Source§impl Serialize for EclipticOfDate
impl Serialize for EclipticOfDate
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl SphericalNaming for EclipticOfDate
impl SphericalNaming for EclipticOfDate
Source§fn polar_name() -> &'static str
fn polar_name() -> &'static str
Returns the name for the polar/elevation angle (e.g., “dec”, “lat”, “alt”, “b”).
Source§fn azimuth_name() -> &'static str
fn azimuth_name() -> &'static str
Returns the name for the azimuthal angle (e.g., “ra”, “lon”, “az”, “l”).
Source§fn distance_name() -> &'static str
fn distance_name() -> &'static str
Returns the name for the radial distance (e.g., “distance”, “altitude”, “radius”). Read more
impl StructuralPartialEq for EclipticOfDate
Auto Trait Implementations§
impl Freeze for EclipticOfDate
impl RefUnwindSafe for EclipticOfDate
impl Send for EclipticOfDate
impl Sync for EclipticOfDate
impl Unpin for EclipticOfDate
impl UnsafeUnpin for EclipticOfDate
impl UnwindSafe for EclipticOfDate
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> UsingEngine for T
impl<T> UsingEngine for T
Source§fn using<'a, Ctx>(&'a self, engine: &'a Ctx) -> WithEngine<'a, Self, Ctx>where
Ctx: TransformContext,
fn using<'a, Ctx>(&'a self, engine: &'a Ctx) -> WithEngine<'a, Self, Ctx>where
Ctx: TransformContext,
Wrap this coordinate with a custom transform context for the next
transformation call.