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