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