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