pub struct MinutesSinceEpoch(pub f64);Expand description
Minutes ellapsed since the elements’ epoch
This number can be negative since SGP4 can propagate back in time.
Tuple Fields§
§0: f64Trait Implementations§
Source§impl Clone for MinutesSinceEpoch
impl Clone for MinutesSinceEpoch
Source§fn clone(&self) -> MinutesSinceEpoch
fn clone(&self) -> MinutesSinceEpoch
Returns a copy 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 MinutesSinceEpoch
impl Debug for MinutesSinceEpoch
impl Copy for MinutesSinceEpoch
Auto Trait Implementations§
impl Freeze for MinutesSinceEpoch
impl RefUnwindSafe for MinutesSinceEpoch
impl Send for MinutesSinceEpoch
impl Sync for MinutesSinceEpoch
impl Unpin for MinutesSinceEpoch
impl UnwindSafe for MinutesSinceEpoch
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