pub struct Data6Dof<T> {
pub acc: [T; 3],
pub gyr: [T; 3],
pub tmp: T,
}Expand description
Container for accelerometer and gyroscope measurements
Fields§
§acc: [T; 3]§gyr: [T; 3]§tmp: TTrait Implementations§
impl<T> StructuralPartialEq for Data6Dof<T>
Auto Trait Implementations§
impl<T> Freeze for Data6Dof<T>where
T: Freeze,
impl<T> RefUnwindSafe for Data6Dof<T>where
T: RefUnwindSafe,
impl<T> Send for Data6Dof<T>where
T: Send,
impl<T> Sync for Data6Dof<T>where
T: Sync,
impl<T> Unpin for Data6Dof<T>where
T: Unpin,
impl<T> UnwindSafe for Data6Dof<T>where
T: UnwindSafe,
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