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