Struct PC13
pub struct PC13 { /* private fields */ }
Expand description
PC13 peripheral
Implementations§
Trait Implementations§
source§impl BreakInput2Pin<TIM1> for PC13
impl BreakInput2Pin<TIM1> for PC13
source§impl Peripheral for PC13
impl Peripheral for PC13
Auto Trait Implementations§
impl Freeze for PC13
impl RefUnwindSafe for PC13
impl Send for PC13
impl Sync for PC13
impl Unpin for PC13
impl UnwindSafe for PC13
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