pub struct AuxData {
pub axis: AxisData,
pub r: i16,
}Expand description
Auxiliary sensor data.
Fields§
§axis: AxisDataAxis data.
r: i16Last aux registers data.
Auto Trait Implementations§
impl Freeze for AuxData
impl RefUnwindSafe for AuxData
impl Send for AuxData
impl Sync for AuxData
impl Unpin for AuxData
impl UnsafeUnpin for AuxData
impl UnwindSafe for AuxData
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