pub struct Aht20<I2C, D> { /* private fields */ }
Expand description
AHT20 driver.
Implementations§
Auto Trait Implementations§
impl<I2C, D> Freeze for Aht20<I2C, D>
impl<I2C, D> RefUnwindSafe for Aht20<I2C, D>where
I2C: RefUnwindSafe,
D: RefUnwindSafe,
impl<I2C, D> Send for Aht20<I2C, D>
impl<I2C, D> Sync for Aht20<I2C, D>
impl<I2C, D> Unpin for Aht20<I2C, D>
impl<I2C, D> UnwindSafe for Aht20<I2C, D>where
I2C: 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