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