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