#[repr(C)]pub struct DebugExitArch {
pub exception: u32,
pub pad: u32,
pub pc: u64,
pub dr6: u64,
pub dr7: u64,
}Fields§
§exception: u32§pad: u32§pc: u64§dr6: u64§dr7: u64Trait Implementations§
Source§impl Clone for DebugExitArch
impl Clone for DebugExitArch
Source§impl Debug for DebugExitArch
impl Debug for DebugExitArch
Source§impl Default for DebugExitArch
impl Default for DebugExitArch
impl Copy for DebugExitArch
Auto Trait Implementations§
impl Freeze for DebugExitArch
impl RefUnwindSafe for DebugExitArch
impl Send for DebugExitArch
impl Sync for DebugExitArch
impl Unpin for DebugExitArch
impl UnwindSafe for DebugExitArch
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