Struct contec_protocol::incoming_package::StorageData
source · [−]pub struct StorageData {
pub spo2_1: u8,
pub pulse_rate_1: u8,
pub spo2_2: u8,
pub pulse_rate_2: u8,
pub spo2_3: u8,
pub pulse_rate_3: u8,
}
Expand description
Storage Data
Fields
spo2_1: u8
SpO2 entry 1
pulse_rate_1: u8
Pulse rate entry 1
spo2_2: u8
SpO2 entry 2
pulse_rate_2: u8
Pulse rate entry 2
spo2_3: u8
SpO2 entry 3
pulse_rate_3: u8
Pulse rate entry 3
Trait Implementations
sourceimpl Clone for StorageData
impl Clone for StorageData
sourcefn clone(&self) -> StorageData
fn clone(&self) -> StorageData
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 StorageData
impl Debug for StorageData
impl Copy for StorageData
Auto Trait Implementations
impl RefUnwindSafe for StorageData
impl Send for StorageData
impl Sync for StorageData
impl Unpin for StorageData
impl UnwindSafe for StorageData
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