Struct rp2040_pac::pio0::sm_irq::SM_IRQ
source · #[repr(C)]pub struct SM_IRQ { /* private fields */ }
Expand description
Register block
Implementations§
Auto Trait Implementations§
impl !Freeze for SM_IRQ
impl !RefUnwindSafe for SM_IRQ
impl Send for SM_IRQ
impl !Sync for SM_IRQ
impl Unpin for SM_IRQ
impl UnwindSafe for SM_IRQ
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