We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18cb35 commit 39b3905Copy full SHA for 39b3905
src/structures/idt.rs
@@ -1014,6 +1014,7 @@ impl EntryOptions {
1014
/// This wrapper type ensures that no accidental modification of the interrupt stack frame
1015
/// occurs, which can cause undefined behavior (see the [`as_mut`](InterruptStackFrame::as_mut)
1016
/// method for more information).
1017
+#[derive(Clone, Copy)]
1018
#[repr(transparent)]
1019
pub struct InterruptStackFrame(InterruptStackFrameValue);
1020
0 commit comments