pub struct Dht22<HE, ID: InterruptControl, D: DelayNs, P: InputPin<Error = HE> + OutputPin<Error = HE>> { /* private fields */ }
Expand description
A DHT22 sensor
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<HE, ID, D, P> Freeze for Dht22<HE, ID, D, P>
impl<HE, ID, D, P> RefUnwindSafe for Dht22<HE, ID, D, P>
impl<HE, ID, D, P> Send for Dht22<HE, ID, D, P>
impl<HE, ID, D, P> Sync for Dht22<HE, ID, D, P>
impl<HE, ID, D, P> Unpin for Dht22<HE, ID, D, P>
impl<HE, ID, D, P> UnwindSafe for Dht22<HE, ID, D, P>
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