pub struct HardwareReading { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for HardwareReading
impl Clone for HardwareReading
source§fn clone(&self) -> HardwareReading
fn clone(&self) -> HardwareReading
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 HardwareReading
impl Debug for HardwareReading
source§impl From<HardwareReading> for RawReading
impl From<HardwareReading> for RawReading
source§fn from(reading: HardwareReading) -> Self
fn from(reading: HardwareReading) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for HardwareReading
impl RefUnwindSafe for HardwareReading
impl Send for HardwareReading
impl Sync for HardwareReading
impl Unpin for HardwareReading
impl UnwindSafe for HardwareReading
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