pub struct LeapSecond {
pub ntp_timestamp: i64,
pub leap_seconds_after: i64,
pub utc_sec: i64,
pub tai_sec: i64,
}Fields§
§ntp_timestamp: i64§leap_seconds_after: i64§utc_sec: i64§tai_sec: i64Auto Trait Implementations§
impl Freeze for LeapSecond
impl RefUnwindSafe for LeapSecond
impl Send for LeapSecond
impl Sync for LeapSecond
impl Unpin for LeapSecond
impl UnsafeUnpin for LeapSecond
impl UnwindSafe for LeapSecond
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