pub enum SoftwareInterrupt {
SoftwareInterrupt0,
SoftwareInterrupt1,
SoftwareInterrupt2,
SoftwareInterrupt3,
}
Variants§
Auto Trait Implementations§
impl Freeze for SoftwareInterrupt
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