pub enum Spi1Sck {
PA5(PA5),
PB3(PB3),
}Expand description
spi1 sck pin
Variants§
Auto Trait Implementations§
impl Freeze for Spi1Sck
impl RefUnwindSafe for Spi1Sck
impl Send for Spi1Sck
impl Sync for Spi1Sck
impl Unpin for Spi1Sck
impl UnwindSafe for Spi1Sck
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