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