pub struct SSWI(/* private fields */);
Expand description
Supervisor-level Software Interrupt Device (SSWI).
Auto Trait Implementations§
impl !Freeze for SSWI
impl !RefUnwindSafe for SSWI
impl Send for SSWI
impl !Sync for SSWI
impl Unpin for SSWI
impl UnwindSafe for SSWI
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