#[repr(C)]pub struct TrapFrame {}
Expand description
Contains states of the interupted program.
Fields§
§rdi: usize
§rsi: usize
§rdx: usize
§rcx: usize
§r8: usize
§r9: usize
§rax: usize
§rbx: usize
§rbp: usize
§r10: usize
§r11: usize
§r12: usize
§r13: usize
§r14: usize
§r15: usize
§num: TrapNo
§fs: u16
§gs: u16
Auto Trait Implementations§
impl Freeze for TrapFrame
impl RefUnwindSafe for TrapFrame
impl Send for TrapFrame
impl Sync for TrapFrame
impl Unpin for TrapFrame
impl UnwindSafe for TrapFrame
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