pub enum Sdp8xxChannel {
DifferentialPressure,
Temperature,
}Expand description
SDP8xx-supported signal channels.
Variants§
DifferentialPressure
Differential pressure in Pascals.
Temperature
Die temperature in degrees Celsius.
Trait Implementations§
Source§impl Clone for Sdp8xxChannel
impl Clone for Sdp8xxChannel
Source§fn clone(&self) -> Sdp8xxChannel
fn clone(&self) -> Sdp8xxChannel
Returns a duplicate 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 Sdp8xxChannel
impl Debug for Sdp8xxChannel
Source§impl<'de> Deserialize<'de> for Sdp8xxChannel
impl<'de> Deserialize<'de> for Sdp8xxChannel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for Sdp8xxChannel
impl Hash for Sdp8xxChannel
Source§impl PartialEq for Sdp8xxChannel
impl PartialEq for Sdp8xxChannel
impl Copy for Sdp8xxChannel
impl Eq for Sdp8xxChannel
impl StructuralPartialEq for Sdp8xxChannel
Auto Trait Implementations§
impl Freeze for Sdp8xxChannel
impl RefUnwindSafe for Sdp8xxChannel
impl Send for Sdp8xxChannel
impl Sync for Sdp8xxChannel
impl Unpin for Sdp8xxChannel
impl UnwindSafe for Sdp8xxChannel
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