pub struct ExtSensorMeasBlock {
pub n: u8,
pub sb_length: u8,
pub meas_sets: Vec<ExtSensorMeasSet>,
/* private fields */
}Expand description
ExtSensorMeas block (Block ID 4050)
External sensor measurements (accelerometer, gyro, etc.).
Fields§
§n: u8§sb_length: u8§meas_sets: Vec<ExtSensorMeasSet>Implementations§
Trait Implementations§
Source§impl Clone for ExtSensorMeasBlock
impl Clone for ExtSensorMeasBlock
Source§fn clone(&self) -> ExtSensorMeasBlock
fn clone(&self) -> ExtSensorMeasBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExtSensorMeasBlock
impl Debug for ExtSensorMeasBlock
Auto Trait Implementations§
impl Freeze for ExtSensorMeasBlock
impl RefUnwindSafe for ExtSensorMeasBlock
impl Send for ExtSensorMeasBlock
impl Sync for ExtSensorMeasBlock
impl Unpin for ExtSensorMeasBlock
impl UnsafeUnpin for ExtSensorMeasBlock
impl UnwindSafe for ExtSensorMeasBlock
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