#[repr(u8)]pub enum KeySel {
DUK_0 = 0,
DUK_1 = 1,
DEVICE_HSM = 2,
NXP_M_RO_T = 3,
}Variants§
DUK_0 = 0
DUK: UID[127:0]^RTL_CONST1[127:0]
DUK_1 = 1
DUK: UID[127:0]^RTL_CONST1[127:0]
DEVICE_HSM = 2
DeviceHSM
NXP_M_RO_T = 3
NXP_mRoT
Implementations§
Trait Implementations§
Source§impl Ord for KeySel
impl Ord for KeySel
Source§impl PartialOrd for KeySel
impl PartialOrd for KeySel
impl Copy for KeySel
impl Eq for KeySel
impl StructuralPartialEq for KeySel
Auto Trait Implementations§
impl Freeze for KeySel
impl RefUnwindSafe for KeySel
impl Send for KeySel
impl Sync for KeySel
impl Unpin for KeySel
impl UnwindSafe for KeySel
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