Enum esp32c3_hal::system::SoftwareInterrupt
source · pub enum SoftwareInterrupt {
SoftwareInterrupt0,
SoftwareInterrupt1,
SoftwareInterrupt2,
SoftwareInterrupt3,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for SoftwareInterrupt
impl Send for SoftwareInterrupt
impl Sync for SoftwareInterrupt
impl Unpin for SoftwareInterrupt
impl UnwindSafe for SoftwareInterrupt
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