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