pub struct ExtSensorMeasSet {
pub source: u8,
pub sensor_model: u8,
pub meas_type: u8,
pub obs_info: u8,
/* private fields */
}Expand description
Single measurement from an external sensor (ExtSensorMeas sub-block)
Fields§
§source: u8§sensor_model: u8§meas_type: u8§obs_info: u8Implementations§
Trait Implementations§
Source§impl Clone for ExtSensorMeasSet
impl Clone for ExtSensorMeasSet
Source§fn clone(&self) -> ExtSensorMeasSet
fn clone(&self) -> ExtSensorMeasSet
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 moreAuto Trait Implementations§
impl Freeze for ExtSensorMeasSet
impl RefUnwindSafe for ExtSensorMeasSet
impl Send for ExtSensorMeasSet
impl Sync for ExtSensorMeasSet
impl Unpin for ExtSensorMeasSet
impl UnsafeUnpin for ExtSensorMeasSet
impl UnwindSafe for ExtSensorMeasSet
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