pub struct Dht<P, T, K> { /* private fields */ }Expand description
A generic DHT-series sensor.
Currently, this supports the DHT11 and DHT22/AM2302.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P, T, K> Freeze for Dht<P, T, K>
impl<P, T, K> RefUnwindSafe for Dht<P, T, K>
impl<P, T, K> Send for Dht<P, T, K>
impl<P, T, K> Sync for Dht<P, T, K>
impl<P, T, K> Unpin for Dht<P, T, K>
impl<P, T, K> UnwindSafe for Dht<P, T, K>
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