Enum simics_api_sys::bindings::exception_type_t
source · #[repr(u32)]pub enum exception_type_t {
Show 16 variants
Sim_PE_Cancelled = 1_022,
Sim_PE_Async_Required = 1_023,
Sim_PE_Deferred = 1_024,
Sim_PE_No_Exception = 1_025,
Sim_PE_Silent_Break = 1_026,
Sim_PE_Stop_Request = 1_027,
Sim_PE_Inquiry_Outside_Memory = 1_028,
Sim_PE_Inquiry_Unhandled = 1_029,
Sim_PE_Execute_Outside_Memory = 1_030,
Sim_PE_IO_Not_Taken = 1_031,
Sim_PE_IO_Error = 1_032,
Sim_PE_Stall_Cpu = 1_033,
Sim_PE_Instruction_Finished = 1_034,
Sim_PE_Default_Semantics = 1_035,
Sim_PE_Ignore_Semantics = 1_036,
Sim_PE_Last = 1_037,
}
Variants§
Sim_PE_Cancelled = 1_022
Sim_PE_Async_Required = 1_023
Sim_PE_Deferred = 1_024
Sim_PE_No_Exception = 1_025
Sim_PE_Silent_Break = 1_026
Sim_PE_Stop_Request = 1_027
Sim_PE_Inquiry_Outside_Memory = 1_028
Sim_PE_Inquiry_Unhandled = 1_029
Sim_PE_Execute_Outside_Memory = 1_030
Sim_PE_IO_Not_Taken = 1_031
Sim_PE_IO_Error = 1_032
Sim_PE_Stall_Cpu = 1_033
Sim_PE_Instruction_Finished = 1_034
Sim_PE_Default_Semantics = 1_035
Sim_PE_Ignore_Semantics = 1_036
Sim_PE_Last = 1_037
Trait Implementations§
source§impl Clone for exception_type_t
impl Clone for exception_type_t
source§fn clone(&self) -> exception_type_t
fn clone(&self) -> exception_type_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for exception_type_t
impl Debug for exception_type_t
source§impl Hash for exception_type_t
impl Hash for exception_type_t
source§impl Ord for exception_type_t
impl Ord for exception_type_t
source§fn cmp(&self, other: &exception_type_t) -> Ordering
fn cmp(&self, other: &exception_type_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for exception_type_t
impl PartialEq for exception_type_t
source§impl PartialOrd for exception_type_t
impl PartialOrd for exception_type_t
impl Copy for exception_type_t
impl Eq for exception_type_t
impl StructuralPartialEq for exception_type_t
Auto Trait Implementations§
impl Freeze for exception_type_t
impl RefUnwindSafe for exception_type_t
impl Send for exception_type_t
impl Sync for exception_type_t
impl Unpin for exception_type_t
impl UnwindSafe for exception_type_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)