pub struct Msg1017Sat {
pub gps_satellite_id: u8,
pub amb_status_ind: u8,
pub non_sync_count: u8,
pub geom_phase_diff_m: f32,
pub iode: u8,
pub iono_phase_diff_m: f32,
}
Fields§
§gps_satellite_id: u8
§amb_status_ind: u8
§non_sync_count: u8
§geom_phase_diff_m: f32
§iode: u8
§iono_phase_diff_m: f32
Trait Implementations§
Source§impl Clone for Msg1017Sat
impl Clone for Msg1017Sat
Source§fn clone(&self) -> Msg1017Sat
fn clone(&self) -> Msg1017Sat
Returns a duplicate 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 Msg1017Sat
impl Debug for Msg1017Sat
Source§impl Default for Msg1017Sat
impl Default for Msg1017Sat
Source§fn default() -> Msg1017Sat
fn default() -> Msg1017Sat
Returns the “default value” for a type. Read more
Source§impl PartialEq for Msg1017Sat
impl PartialEq for Msg1017Sat
Source§impl SourceRepr for Msg1017Sat
impl SourceRepr for Msg1017Sat
impl StructuralPartialEq for Msg1017Sat
Auto Trait Implementations§
impl Freeze for Msg1017Sat
impl RefUnwindSafe for Msg1017Sat
impl Send for Msg1017Sat
impl Sync for Msg1017Sat
impl Unpin for Msg1017Sat
impl UnwindSafe for Msg1017Sat
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