#[repr(C)]pub struct EopEntry {
pub mjd: f64,
pub x_p: f64,
pub y_p: f64,
pub ut1_utc: f64,
pub lod: f64,
pub dx: f64,
pub dy: f64,
}Fields§
§mjd: f64§x_p: f64§y_p: f64§ut1_utc: f64§lod: f64§dx: f64§dy: f64Trait Implementations§
impl Copy for EopEntry
impl StructuralPartialEq for EopEntry
Auto Trait Implementations§
impl Freeze for EopEntry
impl RefUnwindSafe for EopEntry
impl Send for EopEntry
impl Sync for EopEntry
impl Unpin for EopEntry
impl UnsafeUnpin for EopEntry
impl UnwindSafe for EopEntry
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