pub struct UtcTaiSegment {
pub start_mjd: i32,
pub end_mjd: Option<i32>,
pub base_seconds: f64,
pub reference_mjd: f64,
pub slope_seconds_per_day: f64,
}Fields§
§start_mjd: i32§end_mjd: Option<i32>§base_seconds: f64§reference_mjd: f64§slope_seconds_per_day: f64Trait Implementations§
Source§impl Clone for UtcTaiSegment
impl Clone for UtcTaiSegment
Source§fn clone(&self) -> UtcTaiSegment
fn clone(&self) -> UtcTaiSegment
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 UtcTaiSegment
impl Debug for UtcTaiSegment
Source§impl PartialEq for UtcTaiSegment
impl PartialEq for UtcTaiSegment
impl Copy for UtcTaiSegment
impl StructuralPartialEq for UtcTaiSegment
Auto Trait Implementations§
impl Freeze for UtcTaiSegment
impl RefUnwindSafe for UtcTaiSegment
impl Send for UtcTaiSegment
impl Sync for UtcTaiSegment
impl Unpin for UtcTaiSegment
impl UnsafeUnpin for UtcTaiSegment
impl UnwindSafe for UtcTaiSegment
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