pub struct RaDec {
pub range: SpiceDouble,
pub ra: SpiceDouble,
pub dec: SpiceDouble,
}Expand description
Range, right ascension, and declination.
Fields§
§range: SpiceDouble§ra: SpiceDouble§dec: SpiceDoubleTrait Implementations§
impl Copy for RaDec
Source§impl From<Rectangular> for RaDec
impl From<Rectangular> for RaDec
Source§fn from(rect: Rectangular) -> Self
fn from(rect: Rectangular) -> Self
See recrad_c.
impl StructuralPartialEq for RaDec
Auto Trait Implementations§
impl Freeze for RaDec
impl RefUnwindSafe for RaDec
impl Send for RaDec
impl Sync for RaDec
impl Unpin for RaDec
impl UnsafeUnpin for RaDec
impl UnwindSafe for RaDec
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