#[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