pub struct Msg1303Sat {
pub bds_satellite_id: u8,
pub s_oc_mm: f32,
pub s_od_ppm: f32,
pub s_oh_ppm: f32,
pub s_ic_mm: f32,
pub s_id_ppm: f32,
}
Fields§
§bds_satellite_id: u8
§s_oc_mm: f32
§s_od_ppm: f32
§s_oh_ppm: f32
§s_ic_mm: f32
§s_id_ppm: f32
Trait Implementations§
Source§impl Clone for Msg1303Sat
impl Clone for Msg1303Sat
Source§fn clone(&self) -> Msg1303Sat
fn clone(&self) -> Msg1303Sat
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 Msg1303Sat
impl Debug for Msg1303Sat
Source§impl Default for Msg1303Sat
impl Default for Msg1303Sat
Source§fn default() -> Msg1303Sat
fn default() -> Msg1303Sat
Returns the “default value” for a type. Read more
Source§impl PartialEq for Msg1303Sat
impl PartialEq for Msg1303Sat
Source§impl SourceRepr for Msg1303Sat
impl SourceRepr for Msg1303Sat
impl StructuralPartialEq for Msg1303Sat
Auto Trait Implementations§
impl Freeze for Msg1303Sat
impl RefUnwindSafe for Msg1303Sat
impl Send for Msg1303Sat
impl Sync for Msg1303Sat
impl Unpin for Msg1303Sat
impl UnwindSafe for Msg1303Sat
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