pub struct SensorNumber(pub NonMaxU8);Tuple Fields§
§0: NonMaxU8Implementations§
Trait Implementations§
source§impl Clone for SensorNumber
impl Clone for SensorNumber
source§fn clone(&self) -> SensorNumber
fn clone(&self) -> SensorNumber
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 SensorNumber
impl Debug for SensorNumber
source§impl PartialEq for SensorNumber
impl PartialEq for SensorNumber
source§fn eq(&self, other: &SensorNumber) -> bool
fn eq(&self, other: &SensorNumber) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SensorNumber
impl StructuralPartialEq for SensorNumber
Auto Trait Implementations§
impl RefUnwindSafe for SensorNumber
impl Send for SensorNumber
impl Sync for SensorNumber
impl Unpin for SensorNumber
impl UnwindSafe for SensorNumber
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