Enum bme68x_rust::CommInterface
source · [−]pub enum CommInterface {
SPI,
I2C,
}Variants
SPI
I2C
Trait Implementations
sourceimpl Clone for CommInterface
impl Clone for CommInterface
sourcefn clone(&self) -> CommInterface
fn clone(&self) -> CommInterface
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CommInterface
impl Debug for CommInterface
sourceimpl PartialEq<CommInterface> for CommInterface
impl PartialEq<CommInterface> for CommInterface
impl Copy for CommInterface
impl StructuralPartialEq for CommInterface
Auto Trait Implementations
impl RefUnwindSafe for CommInterface
impl Send for CommInterface
impl Sync for CommInterface
impl Unpin for CommInterface
impl UnwindSafe for CommInterface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more