Enum sgx_trts::veh::ExceptionVector
source · #[repr(u32)]pub enum ExceptionVector {
DE = 0,
DB = 1,
BP = 3,
BR = 5,
UD = 6,
GP = 13,
PF = 14,
MF = 16,
AC = 17,
XM = 19,
CP = 21,
}
Variants§
Trait Implementations§
source§impl Clone for ExceptionVector
impl Clone for ExceptionVector
source§fn clone(&self) -> ExceptionVector
fn clone(&self) -> ExceptionVector
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 ExceptionVector
impl Debug for ExceptionVector
source§impl Default for ExceptionVector
impl Default for ExceptionVector
source§fn default() -> ExceptionVector
fn default() -> ExceptionVector
Returns the “default value” for a type. Read more
source§impl From<ExceptionVector> for u32
impl From<ExceptionVector> for u32
source§fn from(n: ExceptionVector) -> u32
fn from(n: ExceptionVector) -> u32
Converts to this type from the input type.
source§impl PartialEq for ExceptionVector
impl PartialEq for ExceptionVector
source§fn eq(&self, other: &ExceptionVector) -> bool
fn eq(&self, other: &ExceptionVector) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u32> for ExceptionVector
impl TryFrom<u32> for ExceptionVector
impl ContiguousMemory for ExceptionVector
impl Copy for ExceptionVector
impl Eq for ExceptionVector
impl StructuralEq for ExceptionVector
impl StructuralPartialEq for ExceptionVector
Auto Trait Implementations§
impl RefUnwindSafe for ExceptionVector
impl Send for ExceptionVector
impl Sync for ExceptionVector
impl Unpin for ExceptionVector
impl UnwindSafe for ExceptionVector
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