Struct rtcm_rs::msg::Msg1001Sat
source · pub struct Msg1001Sat {
pub gps_satellite_id: u8,
pub gps_l1_code_ind: u8,
pub gps_l1_pseudorange_m: Option<f64>,
pub gps_l1_phase_pseudorange_diff_m: Option<f64>,
pub gps_l1_lock_time_bitval: u8,
}Fields§
§gps_satellite_id: u8§gps_l1_code_ind: u8§gps_l1_pseudorange_m: Option<f64>§gps_l1_phase_pseudorange_diff_m: Option<f64>§gps_l1_lock_time_bitval: u8Trait Implementations§
source§impl Clone for Msg1001Sat
impl Clone for Msg1001Sat
source§fn clone(&self) -> Msg1001Sat
fn clone(&self) -> Msg1001Sat
Returns a copy 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 Msg1001Sat
impl Debug for Msg1001Sat
source§impl Default for Msg1001Sat
impl Default for Msg1001Sat
source§fn default() -> Msg1001Sat
fn default() -> Msg1001Sat
Returns the “default value” for a type. Read more
source§impl PartialEq<Msg1001Sat> for Msg1001Sat
impl PartialEq<Msg1001Sat> for Msg1001Sat
source§fn eq(&self, other: &Msg1001Sat) -> bool
fn eq(&self, other: &Msg1001Sat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for Msg1001Sat
Auto Trait Implementations§
impl RefUnwindSafe for Msg1001Sat
impl Send for Msg1001Sat
impl Sync for Msg1001Sat
impl Unpin for Msg1001Sat
impl UnwindSafe for Msg1001Sat
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