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