pub struct LeapSecondRecord {
pub occurrence: i64,
pub correction: i32,
}Available on crate feature
tzif only.Expand description
A series of eight- or twelve-octet records specifying the corrections that need to be applied to UTC in order to determine TAI.
Fields§
§occurrence: i64A four or eight-octet UNIX leap time value specifying the time at which a leap-second correction occurs.
correction: i32A four-octet signed integer specifying the value of LEAPCORR on or after the occurrence.
Auto Trait Implementations§
impl Freeze for LeapSecondRecord
impl RefUnwindSafe for LeapSecondRecord
impl Send for LeapSecondRecord
impl Sync for LeapSecondRecord
impl Unpin for LeapSecondRecord
impl UnwindSafe for LeapSecondRecord
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