pub struct SiderealDay;Expand description
Mean sidereal day (Earth), expressed in SI seconds.
Convention used: 1 sidereal day ≈ 86_164.0905 s.
Trait Implementations§
Source§impl Clone for SiderealDay
impl Clone for SiderealDay
Source§fn clone(&self) -> SiderealDay
fn clone(&self) -> SiderealDay
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 SiderealDay
impl Debug for SiderealDay
Source§impl PartialEq for SiderealDay
impl PartialEq for SiderealDay
Source§impl PartialOrd for SiderealDay
impl PartialOrd for SiderealDay
Source§impl Unit for SiderealDay
impl Unit for SiderealDay
impl Copy for SiderealDay
impl StructuralPartialEq for SiderealDay
Auto Trait Implementations§
impl Freeze for SiderealDay
impl RefUnwindSafe for SiderealDay
impl Send for SiderealDay
impl Sync for SiderealDay
impl Unpin for SiderealDay
impl UnwindSafe for SiderealDay
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