#[repr(C)]pub struct ERRF_ExceptionData {
pub excep: ERRF_ExceptionInfo,
pub regs: CpuRegisters,
}Fields§
§excep: ERRF_ExceptionInfo< Exception info struct
regs: CpuRegisters< CPU register dump.
Trait Implementations§
Source§impl Clone for ERRF_ExceptionData
impl Clone for ERRF_ExceptionData
Source§fn clone(&self) -> ERRF_ExceptionData
fn clone(&self) -> ERRF_ExceptionData
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ERRF_ExceptionData
impl Debug for ERRF_ExceptionData
Source§impl Default for ERRF_ExceptionData
impl Default for ERRF_ExceptionData
impl Copy for ERRF_ExceptionData
Auto Trait Implementations§
impl Freeze for ERRF_ExceptionData
impl RefUnwindSafe for ERRF_ExceptionData
impl Send for ERRF_ExceptionData
impl Sync for ERRF_ExceptionData
impl Unpin for ERRF_ExceptionData
impl UnwindSafe for ERRF_ExceptionData
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)