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