#[repr(C)]pub struct dops_t {
pub pdop: f64,
pub gdop: f64,
pub tdop: f64,
pub hdop: f64,
pub vdop: f64,
}
Fields§
§pdop: f64
§gdop: f64
§tdop: f64
§hdop: f64
§vdop: f64
Trait Implementations§
Source§impl PartialOrd for dops_t
impl PartialOrd for dops_t
impl Copy for dops_t
impl StructuralPartialEq for dops_t
Auto Trait Implementations§
impl Freeze for dops_t
impl RefUnwindSafe for dops_t
impl Send for dops_t
impl Sync for dops_t
impl Unpin for dops_t
impl UnwindSafe for dops_t
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