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§const FULL_TURN: f64 = const FULL_TURN: f64 = Radians::new(TAU).to::<T>().value();
const FULL_TURN: f64 = const FULL_TURN: f64 = Radians::new(TAU).to::<T>().value();
One full revolution (360°) expressed in T unit.
Source§const HALF_TURN: f64 = const HALF_TURN: f64 = Radians::new(TAU).to::<T>().value() * 0.5;
const HALF_TURN: f64 = const HALF_TURN: f64 = Radians::new(TAU).to::<T>().value() * 0.5;
Half a revolution (180°) expressed in T unit.
Source§const QUARTED_TURN: f64 = const QUARTED_TURN: f64 = Radians::new(TAU).to::<T>().value() * 0.25;
const QUARTED_TURN: f64 = const QUARTED_TURN: f64 = Radians::new(TAU).to::<T>().value() * 0.25;
Quarter revolution (90°) expressed in T unit.
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