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