Enum esp32c6_lp::lp_tee::m_mode_ctrl::SECURITY_MODE
source · #[repr(u8)]pub enum SECURITY_MODE {
Tee = 0,
Ree0 = 1,
Ree1 = 2,
Ree2 = 3,
}Expand description
M0 security level mode: 2’d3: ree_mode2. 2’d2: ree_mode1. 2’d1: ree_mode0. 2’d0: tee_mode
Value on reset: 3
Variants§
Trait Implementations§
source§impl Clone for SECURITY_MODE
impl Clone for SECURITY_MODE
source§fn clone(&self) -> SECURITY_MODE
fn clone(&self) -> SECURITY_MODE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SECURITY_MODE
impl Debug for SECURITY_MODE
source§impl From<SECURITY_MODE> for u8
impl From<SECURITY_MODE> for u8
source§fn from(variant: SECURITY_MODE) -> Self
fn from(variant: SECURITY_MODE) -> Self
Converts to this type from the input type.
source§impl PartialEq for SECURITY_MODE
impl PartialEq for SECURITY_MODE
source§fn eq(&self, other: &SECURITY_MODE) -> bool
fn eq(&self, other: &SECURITY_MODE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SECURITY_MODE
impl Eq for SECURITY_MODE
impl IsEnum for SECURITY_MODE
impl StructuralPartialEq for SECURITY_MODE
Auto Trait Implementations§
impl Freeze for SECURITY_MODE
impl RefUnwindSafe for SECURITY_MODE
impl Send for SECURITY_MODE
impl Sync for SECURITY_MODE
impl Unpin for SECURITY_MODE
impl UnwindSafe for SECURITY_MODE
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)