pub enum I2c1Sda {
PB7(PB7),
PB9(PB9),
}Expand description
i2c1 sda pin
Variants§
Auto Trait Implementations§
impl Freeze for I2c1Sda
impl RefUnwindSafe for I2c1Sda
impl Send for I2c1Sda
impl Sync for I2c1Sda
impl Unpin for I2c1Sda
impl UnwindSafe for I2c1Sda
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