Enum bmp280_rs::i2c_address::I2CAddress
source · pub enum I2CAddress {
SdoGrounded,
SdoPulledUp,
}
Expand description
BMP280 I2CAddress is configured by pulling the SDO pin high or low.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for I2CAddress
impl Clone for I2CAddress
source§fn clone(&self) -> I2CAddress
fn clone(&self) -> I2CAddress
Returns a copy 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 I2CAddress
Auto Trait Implementations§
impl RefUnwindSafe for I2CAddress
impl Send for I2CAddress
impl Sync for I2CAddress
impl Unpin for I2CAddress
impl UnwindSafe for I2CAddress
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