pub struct LeapSec {
pub ntp_timestamp: i64,
pub leap_sec_after: i64,
pub utc_sec: i64,
pub tai_sec: i64,
}Fields§
§ntp_timestamp: i64§leap_sec_after: i64§utc_sec: i64§tai_sec: i64Trait Implementations§
impl Copy for LeapSec
Source§impl PartialOrd for LeapSec
impl PartialOrd for LeapSec
impl StructuralPartialEq for LeapSec
Auto Trait Implementations§
impl Freeze for LeapSec
impl RefUnwindSafe for LeapSec
impl Send for LeapSec
impl Sync for LeapSec
impl Unpin for LeapSec
impl UnsafeUnpin for LeapSec
impl UnwindSafe for LeapSec
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