pub enum DhtType {
Dht11,
Dht22,
}
Expand description
The type of Dht used. Specifying the wrong type results in absurd values, but does not pose any other risk, as only data interpretation is affected.
Variants§
Auto Trait Implementations§
impl Freeze for DhtType
impl RefUnwindSafe for DhtType
impl Send for DhtType
impl Sync for DhtType
impl Unpin for DhtType
impl UnwindSafe for DhtType
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