pub struct LeapInfo {
pub offset: i64,
pub leaps_inserted: i64,
pub is_leap_sec: bool,
}Fields§
§offset: i64§leaps_inserted: i64§is_leap_sec: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for LeapInfo
impl RefUnwindSafe for LeapInfo
impl Send for LeapInfo
impl Sync for LeapInfo
impl Unpin for LeapInfo
impl UnsafeUnpin for LeapInfo
impl UnwindSafe for LeapInfo
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