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