#[repr(C)]pub struct gps_raw_s {
pub x: f64,
pub y: f64,
pub z: f64,
}Fields§
§x: f64< Perceived Pitch based on GPS + IMU
y: f64< Perceived Roll based on GPS + IMU
z: f64< Perceived Yaw based on GPS + IMU
Auto Trait Implementations§
impl Freeze for gps_raw_s
impl RefUnwindSafe for gps_raw_s
impl Send for gps_raw_s
impl Sync for gps_raw_s
impl Unpin for gps_raw_s
impl UnwindSafe for gps_raw_s
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