Struct rtcm_rs::msg::Msg1126Sig
source · pub struct Msg1126Sig {
pub sat_id: u8,
pub sig_id: SigId,
pub gnss_signal_fine_pseudorange_ext_ms: Option<f64>,
pub gnss_signal_fine_phaserange_ext_ms: Option<f64>,
pub gnss_phaserange_lock_time_ext_ind: u16,
pub half_cycle_ambiguity_ind: u8,
pub gnss_signal_cnr_ext_dbhz: Option<f64>,
}Fields§
§sat_id: u8§sig_id: SigId§gnss_signal_fine_pseudorange_ext_ms: Option<f64>§gnss_signal_fine_phaserange_ext_ms: Option<f64>§gnss_phaserange_lock_time_ext_ind: u16§half_cycle_ambiguity_ind: u8§gnss_signal_cnr_ext_dbhz: Option<f64>Trait Implementations§
source§impl Clone for Msg1126Sig
impl Clone for Msg1126Sig
source§fn clone(&self) -> Msg1126Sig
fn clone(&self) -> Msg1126Sig
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 Msg1126Sig
impl Debug for Msg1126Sig
source§impl Default for Msg1126Sig
impl Default for Msg1126Sig
source§fn default() -> Msg1126Sig
fn default() -> Msg1126Sig
Returns the “default value” for a type. Read more
source§impl PartialEq for Msg1126Sig
impl PartialEq for Msg1126Sig
source§fn eq(&self, other: &Msg1126Sig) -> bool
fn eq(&self, other: &Msg1126Sig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for Msg1126Sig
Auto Trait Implementations§
impl RefUnwindSafe for Msg1126Sig
impl Send for Msg1126Sig
impl Sync for Msg1126Sig
impl Unpin for Msg1126Sig
impl UnwindSafe for Msg1126Sig
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