#[repr(C)]pub struct FaultExceptionEvent {
pub fault_information: u32_,
}Expand description
Event relating to fault exceptions (CPU exceptions other than stop points and undefined syscalls).
Fields§
§fault_information: u32_< FAR (for DATA ABORT / UNALIGNED DATA ACCESS), attempted syscall or 0
Trait Implementations§
Source§impl Clone for FaultExceptionEvent
impl Clone for FaultExceptionEvent
Source§fn clone(&self) -> FaultExceptionEvent
fn clone(&self) -> FaultExceptionEvent
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 FaultExceptionEvent
impl Debug for FaultExceptionEvent
Source§impl Default for FaultExceptionEvent
impl Default for FaultExceptionEvent
Source§fn default() -> FaultExceptionEvent
fn default() -> FaultExceptionEvent
Returns the “default value” for a type. Read more
impl Copy for FaultExceptionEvent
Auto Trait Implementations§
impl Freeze for FaultExceptionEvent
impl RefUnwindSafe for FaultExceptionEvent
impl Send for FaultExceptionEvent
impl Sync for FaultExceptionEvent
impl Unpin for FaultExceptionEvent
impl UnwindSafe for FaultExceptionEvent
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)