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