pub struct AccelerometerData {
pub channels: usize,
pub sampling_rate: f32,
pub units: String,
}
Expand description
Struct for accelerometer data.
Fields§
§channels: usize
§sampling_rate: f32
§units: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccelerometerData
impl RefUnwindSafe for AccelerometerData
impl Send for AccelerometerData
impl Sync for AccelerometerData
impl Unpin for AccelerometerData
impl UnwindSafe for AccelerometerData
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