#[repr(C)]pub struct imu_raw_s {
pub x: f64,
pub y: f64,
pub z: f64,
}
Expand description
\struct imu_raw_s
Fields§
§x: f64
§y: f64
§z: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for imu_raw_s
impl RefUnwindSafe for imu_raw_s
impl Send for imu_raw_s
impl Sync for imu_raw_s
impl Unpin for imu_raw_s
impl UnwindSafe for imu_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