pub enum InterfaceSelection {
I2c(I2c, I2cAddress),
Spi(Spi, u8),
}Variants§
Auto Trait Implementations§
impl Freeze for InterfaceSelection
impl RefUnwindSafe for InterfaceSelection
impl Send for InterfaceSelection
impl !Sync for InterfaceSelection
impl Unpin for InterfaceSelection
impl UnwindSafe for InterfaceSelection
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