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