#[repr(u8)]pub enum KeyenableKey1 {
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 KEY1 register.
DISABLED_1 = 1
Data coming from the PUF Index 0 interface are NOT shifted in the KEY1 register.
ENABLED = 2
Data coming from the PUF Index 0 interface are shifted in the KEY1 register.
DISABLED_3 = 3
Data coming from the PUF Index 0 interface are NOT shifted in the KEY1 register.
Implementations§
Source§impl KeyenableKey1
impl KeyenableKey1
Trait Implementations§
Source§impl Clone for KeyenableKey1
impl Clone for KeyenableKey1
Source§fn clone(&self) -> KeyenableKey1
fn clone(&self) -> KeyenableKey1
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 KeyenableKey1
impl Debug for KeyenableKey1
Source§impl From<KeyenableKey1> for u8
impl From<KeyenableKey1> for u8
Source§fn from(val: KeyenableKey1) -> u8
fn from(val: KeyenableKey1) -> u8
Converts to this type from the input type.
Source§impl From<u8> for KeyenableKey1
impl From<u8> for KeyenableKey1
Source§fn from(val: u8) -> KeyenableKey1
fn from(val: u8) -> KeyenableKey1
Converts to this type from the input type.
Source§impl Ord for KeyenableKey1
impl Ord for KeyenableKey1
Source§fn cmp(&self, other: &KeyenableKey1) -> Ordering
fn cmp(&self, other: &KeyenableKey1) -> 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 KeyenableKey1
impl PartialEq for KeyenableKey1
Source§impl PartialOrd for KeyenableKey1
impl PartialOrd for KeyenableKey1
impl Copy for KeyenableKey1
impl Eq for KeyenableKey1
impl StructuralPartialEq for KeyenableKey1
Auto Trait Implementations§
impl Freeze for KeyenableKey1
impl RefUnwindSafe for KeyenableKey1
impl Send for KeyenableKey1
impl Sync for KeyenableKey1
impl Unpin for KeyenableKey1
impl UnwindSafe for KeyenableKey1
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