#[repr(u8)]pub enum KeyenableKey2 {
DISABLED_0 = 0,
DISABLED_1 = 1,
ENABLED = 2,
DISABLED_3 = 3,
}Variants§
DISABLED_0 = 0
Data coming from the PUF Index 0 interface are NOT shifted in the KEY2 register.
DISABLED_1 = 1
Data coming from the PUF Index 0 interface are NOT shifted in the KEY2 register.
ENABLED = 2
Data coming from the PUF Index 0 interface are shifted in the KEY2 register.
DISABLED_3 = 3
Data coming from the PUF Index 0 interface are NOT shifted in the KEY2 register.
Implementations§
Source§impl KeyenableKey2
impl KeyenableKey2
Trait Implementations§
Source§impl Clone for KeyenableKey2
impl Clone for KeyenableKey2
Source§fn clone(&self) -> KeyenableKey2
fn clone(&self) -> KeyenableKey2
Returns a duplicate 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 KeyenableKey2
impl Debug for KeyenableKey2
Source§impl From<KeyenableKey2> for u8
impl From<KeyenableKey2> for u8
Source§fn from(val: KeyenableKey2) -> u8
fn from(val: KeyenableKey2) -> u8
Converts to this type from the input type.
Source§impl From<u8> for KeyenableKey2
impl From<u8> for KeyenableKey2
Source§fn from(val: u8) -> KeyenableKey2
fn from(val: u8) -> KeyenableKey2
Converts to this type from the input type.
Source§impl Ord for KeyenableKey2
impl Ord for KeyenableKey2
Source§fn cmp(&self, other: &KeyenableKey2) -> Ordering
fn cmp(&self, other: &KeyenableKey2) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KeyenableKey2
impl PartialEq for KeyenableKey2
Source§impl PartialOrd for KeyenableKey2
impl PartialOrd for KeyenableKey2
impl Copy for KeyenableKey2
impl Eq for KeyenableKey2
impl StructuralPartialEq for KeyenableKey2
Auto Trait Implementations§
impl Freeze for KeyenableKey2
impl RefUnwindSafe for KeyenableKey2
impl Send for KeyenableKey2
impl Sync for KeyenableKey2
impl Unpin for KeyenableKey2
impl UnwindSafe for KeyenableKey2
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