pub struct Dht20<I: I2c, D: DelayNs> {
pub i2c: I,
pub delay: D,
}
Fields§
§i2c: I
§delay: D
Implementations§
Auto Trait Implementations§
impl<I, D> Freeze for Dht20<I, D>
impl<I, D> RefUnwindSafe for Dht20<I, D>where
I: RefUnwindSafe,
D: RefUnwindSafe,
impl<I, D> Send for Dht20<I, D>
impl<I, D> Sync for Dht20<I, D>
impl<I, D> Unpin for Dht20<I, D>
impl<I, D> UnwindSafe for Dht20<I, D>where
I: UnwindSafe,
D: UnwindSafe,
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