pub enum Ms8607HumidityClockStretch {
Ms8607I2cHold = 229,
Ms8607I2cNoHold = 245,
}Expand description
Options for I2C clock stretch for humidity readings
Variants§
Auto Trait Implementations§
impl Freeze for Ms8607HumidityClockStretch
impl RefUnwindSafe for Ms8607HumidityClockStretch
impl Send for Ms8607HumidityClockStretch
impl Sync for Ms8607HumidityClockStretch
impl Unpin for Ms8607HumidityClockStretch
impl UnwindSafe for Ms8607HumidityClockStretch
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