pub struct Meas3Satellite {
pub sat_id: SatelliteId,
pub glonass_frequency_number: Option<i8>,
pub measurements: Vec<Meas3Measurement>,
}Expand description
All decoded measurements for one satellite in a Meas3 epoch.
Fields§
§sat_id: SatelliteId§glonass_frequency_number: Option<i8>§measurements: Vec<Meas3Measurement>Trait Implementations§
Source§impl Clone for Meas3Satellite
impl Clone for Meas3Satellite
Source§fn clone(&self) -> Meas3Satellite
fn clone(&self) -> Meas3Satellite
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 Meas3Satellite
impl RefUnwindSafe for Meas3Satellite
impl Send for Meas3Satellite
impl Sync for Meas3Satellite
impl Unpin for Meas3Satellite
impl UnsafeUnpin for Meas3Satellite
impl UnwindSafe for Meas3Satellite
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