Struct contec_protocol::incoming_package::RealTimeData
source · [−]pub struct RealTimeData {
pub signal_strength: u8,
pub searching_time_too_long: bool,
pub low_spo2: bool,
pub pulse_beep: bool,
pub probe_errors: bool,
pub pulse_waveform: u8,
pub searching_pulse: bool,
pub bar_graph: u8,
pub pi_invalid: bool,
pub pulse_rate: u8,
pub spo2: u8,
pub pi: u16,
}
Expand description
Real time data
Fields
signal_strength: u8
Signal strength
searching_time_too_long: bool
Searching time too long
low_spo2: bool
Low SpO2
pulse_beep: bool
Pulse beep
probe_errors: bool
Probe errors
pulse_waveform: u8
Pulse waveform
searching_pulse: bool
Searching pulse
bar_graph: u8
Bar graph
pi_invalid: bool
PI invalid
pulse_rate: u8
Pulse rate
spo2: u8
SpO2
pi: u16
PI
Trait Implementations
sourceimpl Clone for RealTimeData
impl Clone for RealTimeData
sourcefn clone(&self) -> RealTimeData
fn clone(&self) -> RealTimeData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RealTimeData
impl Debug for RealTimeData
impl Copy for RealTimeData
Auto Trait Implementations
impl RefUnwindSafe for RealTimeData
impl Send for RealTimeData
impl Sync for RealTimeData
impl Unpin for RealTimeData
impl UnwindSafe for RealTimeData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more