Enum tartan_arch::aarch64::interrupt::Source
source · #[repr(u8)]pub enum Source {
CurrentLevelThread = 0,
CurrentLevelHandler = 1,
LowerLevel = 2,
LowerLevel32Bit = 3,
}
Available on AArch64 only.
Expand description
The exception level that generated an exception.
Variants§
CurrentLevelThread = 0
Exception from current level using SP_EL0 (thread mode)
CurrentLevelHandler = 1
Exception from current level using current-level SP (handler mode)
LowerLevel = 2
Exception from lower level (e.g., EL0) in 64-bit mode
LowerLevel32Bit = 3
Exception from lower level (e.g., EL0) in 32-bit mode
Trait Implementations§
impl Copy for Source
impl Eq for Source
impl StructuralPartialEq for Source
Auto Trait Implementations§
impl Freeze for Source
impl RefUnwindSafe for Source
impl Send for Source
impl Sync for Source
impl Unpin for Source
impl UnwindSafe for Source
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)