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