pub struct Swi { /* private fields */ }
Expand description
SW Interrupts.
Implementations§
Trait Implementations§
impl Copy for Swi
impl Eq for Swi
impl Send for Swi
impl StructuralPartialEq for Swi
impl Sync for Swi
Auto Trait Implementations§
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