pub(crate) struct Irqs;Trait Implementations§
impl Binding<DMA1_STREAM2, InterruptHandler<DMA1_CH2>> for Irqs
impl Binding<DMA1_STREAM4, InterruptHandler<DMA1_CH4>> for Irqs
impl Binding<DMA2_STREAM0, InterruptHandler<DMA2_CH0>> for Irqs
impl Binding<DMA2_STREAM2, InterruptHandler<DMA2_CH2>> for Irqs
impl Binding<DMA2_STREAM3, InterruptHandler<DMA2_CH3>> for Irqs
impl Binding<EXTI15_10, InterruptHandler<EXTI15_10>> for Irqs
impl Binding<EXTI3, InterruptHandler<EXTI3>> for Irqs
impl Binding<FLASH, InterruptHandler> for Irqs
impl Binding<I2C3_ER, ErrorInterruptHandler<I2C3>> for Irqs
impl Binding<I2C3_EV, EventInterruptHandler<I2C3>> for Irqs
impl Binding<OTG_FS, InterruptHandler<USB_OTG_FS>> for Irqs
impl Copy for Irqs
Auto Trait Implementations§
impl Freeze for Irqs
impl RefUnwindSafe for Irqs
impl Send for Irqs
impl Sync for Irqs
impl Unpin for Irqs
impl UnsafeUnpin for Irqs
impl UnwindSafe for Irqs
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)