pub struct MeasEpochType1Raw {
pub rx_channel: u8,
pub signal_type: u8,
pub svid: u8,
pub misc: u8,
pub code_lsb: u32,
pub doppler: i32,
pub carrier_lsb: u16,
pub carrier_msb: i8,
pub cn0: u8,
pub lock_time: u16,
pub obs_info: u8,
pub n2: u8,
}Expand description
Raw Type1 sub-block data from MeasEpoch
Fields§
§rx_channel: u8§signal_type: u8§svid: u8§misc: u8§code_lsb: u32§doppler: i32§carrier_lsb: u16§carrier_msb: i8§cn0: u8§lock_time: u16§obs_info: u8§n2: u8Trait Implementations§
Source§impl Clone for MeasEpochType1Raw
impl Clone for MeasEpochType1Raw
Source§fn clone(&self) -> MeasEpochType1Raw
fn clone(&self) -> MeasEpochType1Raw
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 moreAuto Trait Implementations§
impl Freeze for MeasEpochType1Raw
impl RefUnwindSafe for MeasEpochType1Raw
impl Send for MeasEpochType1Raw
impl Sync for MeasEpochType1Raw
impl Unpin for MeasEpochType1Raw
impl UnsafeUnpin for MeasEpochType1Raw
impl UnwindSafe for MeasEpochType1Raw
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