pub struct CompactSensorRecord {
pub direction: Direction,
pub record_sharing: RecordSharing,
pub positive_going_threshold_hysteresis_value: u8,
pub negative_going_threshold_hysteresis_value: u8,
pub oem_data: u8,
/* private fields */
}Fields§
§direction: Direction§record_sharing: RecordSharing§positive_going_threshold_hysteresis_value: u8§negative_going_threshold_hysteresis_value: u8§oem_data: u8Implementations§
Trait Implementations§
source§impl Clone for CompactSensorRecord
impl Clone for CompactSensorRecord
source§fn clone(&self) -> CompactSensorRecord
fn clone(&self) -> CompactSensorRecord
Returns a copy 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 CompactSensorRecord
impl Debug for CompactSensorRecord
source§impl SensorRecord for CompactSensorRecord
impl SensorRecord for CompactSensorRecord
Auto Trait Implementations§
impl RefUnwindSafe for CompactSensorRecord
impl Send for CompactSensorRecord
impl Sync for CompactSensorRecord
impl Unpin for CompactSensorRecord
impl UnwindSafe for CompactSensorRecord
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