pub struct OversamplingConfig {
pub temp_osrs: Oversampling,
pub hum_osrs: Oversampling,
pub pres_osrs: Oversampling,
}Expand description
Grouped oversampling settings for all three environmental sensors.
Fields§
§temp_osrs: Oversampling§hum_osrs: Oversampling§pres_osrs: OversamplingAuto Trait Implementations§
impl Freeze for OversamplingConfig
impl RefUnwindSafe for OversamplingConfig
impl Send for OversamplingConfig
impl Sync for OversamplingConfig
impl Unpin for OversamplingConfig
impl UnwindSafe for OversamplingConfig
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