pub enum DhtType {
DHT11,
DHT21,
DHT22,
}Expand description
Describe available DHT sensor types.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DhtType
impl RefUnwindSafe for DhtType
impl Send for DhtType
impl Sync for DhtType
impl Unpin for DhtType
impl UnwindSafe for DhtType
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