pub struct Imu;Expand description
Type-level marker for the IMU sensor channel. One sample per
dispatch carries linear acceleration, angular velocity, and
orientation packed into ImuMeta — no variable-sized payload.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Imu
impl RefUnwindSafe for Imu
impl Send for Imu
impl Sync for Imu
impl Unpin for Imu
impl UnsafeUnpin for Imu
impl UnwindSafe for Imu
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