#[repr(C)]pub struct eraLEAPSECOND {
pub iyear: i32,
pub month: i32,
pub delat: f64,
}Fields§
§iyear: i32§month: i32§delat: f64Trait Implementations§
Source§impl Clone for eraLEAPSECOND
impl Clone for eraLEAPSECOND
Source§fn clone(&self) -> eraLEAPSECOND
fn clone(&self) -> eraLEAPSECOND
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 eraLEAPSECOND
impl Debug for eraLEAPSECOND
Source§impl Default for eraLEAPSECOND
impl Default for eraLEAPSECOND
Source§fn default() -> eraLEAPSECOND
fn default() -> eraLEAPSECOND
Returns the “default value” for a type. Read more
impl Copy for eraLEAPSECOND
Auto Trait Implementations§
impl Freeze for eraLEAPSECOND
impl RefUnwindSafe for eraLEAPSECOND
impl Send for eraLEAPSECOND
impl Sync for eraLEAPSECOND
impl Unpin for eraLEAPSECOND
impl UnwindSafe for eraLEAPSECOND
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