pub struct SWIER1 { /* private fields */ }
Expand description
Software interrupt event register
Implementations§
Auto Trait Implementations§
impl !Freeze for SWIER1
impl !RefUnwindSafe for SWIER1
impl Send for SWIER1
impl !Sync for SWIER1
impl Unpin for SWIER1
impl UnwindSafe for SWIER1
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