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