pub enum BMP280Timing {
ms0_5 = 0,
ms62_5 = 32,
ms125 = 64,
ms250 = 96,
ms500 = 128,
ms1000 = 160,
ms2000 = 192,
ms4000 = 224,
}Variants§
Trait Implementations§
Source§impl Clone for BMP280Timing
impl Clone for BMP280Timing
Source§fn clone(&self) -> BMP280Timing
fn clone(&self) -> BMP280Timing
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BMP280Timing
Auto Trait Implementations§
impl Freeze for BMP280Timing
impl RefUnwindSafe for BMP280Timing
impl Send for BMP280Timing
impl Sync for BMP280Timing
impl Unpin for BMP280Timing
impl UnwindSafe for BMP280Timing
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