pub struct EopFlags {
pub source: EopSource,
pub quality: EopQuality,
pub has_polar_motion: bool,
pub has_ut1_utc: bool,
pub has_cip_offsets: bool,
pub has_pole_rates: bool,
}Fields§
§source: EopSource§quality: EopQuality§has_polar_motion: bool§has_ut1_utc: bool§has_cip_offsets: bool§has_pole_rates: boolTrait Implementations§
impl Copy for EopFlags
impl Eq for EopFlags
impl StructuralPartialEq for EopFlags
Auto Trait Implementations§
impl Freeze for EopFlags
impl RefUnwindSafe for EopFlags
impl Send for EopFlags
impl Sync for EopFlags
impl Unpin for EopFlags
impl UnsafeUnpin for EopFlags
impl UnwindSafe for EopFlags
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