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