pub struct PamojaReadings { /* private fields */ }Expand description
An opaque handle to a decoded series of float readings.
Read it with pamoja_readings_data and pamoja_readings_len, then
release it with pamoja_readings_free.
Auto Trait Implementations§
impl Freeze for PamojaReadings
impl RefUnwindSafe for PamojaReadings
impl Send for PamojaReadings
impl Sync for PamojaReadings
impl Unpin for PamojaReadings
impl UnsafeUnpin for PamojaReadings
impl UnwindSafe for PamojaReadings
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