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