Enum embedded_c_sdk_bind_hal::i2c::I2CBusId
source · #[repr(u8)]pub enum I2CBusId {
Bus0 = 0,
Bus1 = 1,
Bus2 = 2,
Bus3 = 3,
}
Variants§
Trait Implementations§
impl Copy for I2CBusId
impl Eq for I2CBusId
impl StructuralPartialEq for I2CBusId
Auto Trait Implementations§
impl Freeze for I2CBusId
impl RefUnwindSafe for I2CBusId
impl Send for I2CBusId
impl Sync for I2CBusId
impl Unpin for I2CBusId
impl UnwindSafe for I2CBusId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)