pub struct SoftwareInterruptControl { /* private fields */ }Implementations§
Source§impl SoftwareInterruptControl
 
impl SoftwareInterruptControl
pub fn raise(&mut self, interrupt: SoftwareInterrupt)
pub fn reset(&mut self, interrupt: SoftwareInterrupt)
Auto Trait Implementations§
impl Freeze for SoftwareInterruptControl
impl RefUnwindSafe for SoftwareInterruptControl
impl Send for SoftwareInterruptControl
impl Sync for SoftwareInterruptControl
impl Unpin for SoftwareInterruptControl
impl UnwindSafe for SoftwareInterruptControl
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