pub enum Sda {
PB7(PB7<Alternate<OpenDrain>>),
PB9(PB9<Alternate<OpenDrain>>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sda
impl RefUnwindSafe for Sda
impl Send for Sda
impl Sync for Sda
impl Unpin for Sda
impl UnwindSafe for Sda
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