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