struct UartIrqs;
Trait Implementations§
impl Binding<USART1, InterruptHandler<USART1>> for UartIrqs
impl Copy for UartIrqs
Auto Trait Implementations§
impl Freeze for UartIrqs
impl RefUnwindSafe for UartIrqs
impl Send for UartIrqs
impl Sync for UartIrqs
impl Unpin for UartIrqs
impl UnwindSafe for UartIrqs
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