pub struct RightAscension(pub Angle);Expand description
Right Ascension
Tuple Fields§
§0: AngleTrait Implementations§
Source§impl Clone for RightAscension
impl Clone for RightAscension
Source§fn clone(&self) -> RightAscension
fn clone(&self) -> RightAscension
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RightAscension
impl Debug for RightAscension
impl Copy for RightAscension
Auto Trait Implementations§
impl Freeze for RightAscension
impl RefUnwindSafe for RightAscension
impl Send for RightAscension
impl Sync for RightAscension
impl Unpin for RightAscension
impl UnwindSafe for RightAscension
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