#[repr(u8)]pub enum Exlevel3S {
ENABLED = 0,
DISABLED = 1,
}
Variants§
ENABLED = 0
The trace unit generates instruction trace, in Secure state, for Exception level 3.
DISABLED = 1
The trace unit does not generate instruction trace, in Secure state, for Exception level 3.
Implementations§
Trait Implementations§
Source§impl Ord for Exlevel3S
impl Ord for Exlevel3S
Source§impl PartialOrd for Exlevel3S
impl PartialOrd for Exlevel3S
impl Copy for Exlevel3S
impl Eq for Exlevel3S
impl StructuralPartialEq for Exlevel3S
Auto Trait Implementations§
impl Freeze for Exlevel3S
impl RefUnwindSafe for Exlevel3S
impl Send for Exlevel3S
impl Sync for Exlevel3S
impl Unpin for Exlevel3S
impl UnwindSafe for Exlevel3S
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
)