Struct dht_embedded::Dht22
source · [−]pub struct Dht22<HE, ID: InterruptControl, D: DelayUs, 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> RefUnwindSafe for Dht22<HE, ID, D, P> where
D: RefUnwindSafe,
ID: RefUnwindSafe,
P: RefUnwindSafe,
impl<HE, ID, D, P> Send for Dht22<HE, ID, D, P> where
D: Send,
ID: Send,
P: Send,
impl<HE, ID, D, P> Sync for Dht22<HE, ID, D, P> where
D: Sync,
ID: Sync,
P: Sync,
impl<HE, ID, D, P> Unpin for Dht22<HE, ID, D, P> where
D: Unpin,
ID: Unpin,
P: Unpin,
impl<HE, ID, D, P> UnwindSafe for Dht22<HE, ID, D, P> where
D: UnwindSafe,
ID: UnwindSafe,
P: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more