pub struct Gnss {
pub sampling_period_hz: f64,
pub resolution: Option<f64>,
pub accuracy: Option<f64>,
pub noise_correlation: Option<f64>,
pub speed_resolution: Option<f64>,
pub speed_noise: Option<f64>,
}Fields§
§sampling_period_hz: f64§resolution: Option<f64>§accuracy: Option<f64>§noise_correlation: Option<f64>§speed_resolution: Option<f64>§speed_noise: Option<f64>Trait Implementations§
impl Copy for Gnss
Source§impl<'de> Deserialize<'de> for Gnss
impl<'de> Deserialize<'de> for Gnss
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Gnss
Auto Trait Implementations§
impl Freeze for Gnss
impl RefUnwindSafe for Gnss
impl Send for Gnss
impl Sync for Gnss
impl Unpin for Gnss
impl UnsafeUnpin for Gnss
impl UnwindSafe for Gnss
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