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