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