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