Expand description
Storage Data with PI
Fields
spo2: u8
SpO2
pulse_rate: u8
Pulse rate
pi: u16
Perfusion Index
Trait Implementations
sourceimpl Clone for StorageDataWithPI
impl Clone for StorageDataWithPI
sourcefn clone(&self) -> StorageDataWithPI
fn clone(&self) -> StorageDataWithPI
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 StorageDataWithPI
impl Debug for StorageDataWithPI
impl Copy for StorageDataWithPI
Auto Trait Implementations
impl RefUnwindSafe for StorageDataWithPI
impl Send for StorageDataWithPI
impl Sync for StorageDataWithPI
impl Unpin for StorageDataWithPI
impl UnwindSafe for StorageDataWithPI
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