pub struct BMP280<T: I2CDevice + Sized> {
pub barometer: T,
/* private fields */
}Fields§
§barometer: TImplementations§
Trait Implementations§
impl<T: Copy + I2CDevice + Sized> Copy for BMP280<T>
Auto Trait Implementations§
impl<T> Freeze for BMP280<T>where
T: Freeze,
impl<T> RefUnwindSafe for BMP280<T>where
T: RefUnwindSafe,
impl<T> Send for BMP280<T>where
T: Send,
impl<T> Sync for BMP280<T>where
T: Sync,
impl<T> Unpin for BMP280<T>where
T: Unpin,
impl<T> UnsafeUnpin for BMP280<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for BMP280<T>where
T: UnwindSafe,
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