pub struct Gnss {
pub target: StructuralTarget,
pub publish_rate_hz: f64,
pub coordinate_system: GnssCoordinateSystem,
}Fields§
§target: StructuralTarget§publish_rate_hz: f64§coordinate_system: GnssCoordinateSystemTrait Implementations§
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