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