Wrapper type for the interrupt stack frame pushed by the CPU. This type derefs to an [`InterruptStackFrameValue`], which allows reading the actual values. This wrapper type ensures that no accidental modification of the interrupt stack frame occurs, which can cause undefined behavior (see the [`as_mut`](InterruptStackFrame::as_mut) method for more information).
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected