pub struct MilliArcsecond;Expand description
Milliarcsecond (1/3_600_000 degree).
Trait Implementations§
Source§impl Clone for MilliArcsecond
impl Clone for MilliArcsecond
Source§fn clone(&self) -> MilliArcsecond
fn clone(&self) -> MilliArcsecond
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 MilliArcsecond
impl Debug for MilliArcsecond
Source§impl PartialEq for MilliArcsecond
impl PartialEq for MilliArcsecond
Source§impl PartialOrd for MilliArcsecond
impl PartialOrd for MilliArcsecond
Source§impl Unit for MilliArcsecond
impl Unit for MilliArcsecond
impl Copy for MilliArcsecond
impl StructuralPartialEq for MilliArcsecond
Auto Trait Implementations§
impl Freeze for MilliArcsecond
impl RefUnwindSafe for MilliArcsecond
impl Send for MilliArcsecond
impl Sync for MilliArcsecond
impl Unpin for MilliArcsecond
impl UnwindSafe for MilliArcsecond
Blanket Implementations§
Source§impl<T> AngularUnit for T
impl<T> AngularUnit for T
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