#[repr(u8)]pub enum BlockSetKey {
ALLOW = 0,
DISABLE = 1,
VALUE_2 = 2,
VALUE_3 = 3,
}Variants§
ALLOW = 0
Allow PUF Key Code generation
DISABLE = 1
Disable PUF Key Code generation
VALUE_2 = 2
Disable PUF Key Code generation
VALUE_3 = 3
Disable PUF Key Code generation
Implementations§
Source§impl BlockSetKey
impl BlockSetKey
Trait Implementations§
Source§impl Clone for BlockSetKey
impl Clone for BlockSetKey
Source§fn clone(&self) -> BlockSetKey
fn clone(&self) -> BlockSetKey
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 BlockSetKey
impl Debug for BlockSetKey
Source§impl From<BlockSetKey> for u8
impl From<BlockSetKey> for u8
Source§fn from(val: BlockSetKey) -> u8
fn from(val: BlockSetKey) -> u8
Converts to this type from the input type.
Source§impl From<u8> for BlockSetKey
impl From<u8> for BlockSetKey
Source§fn from(val: u8) -> BlockSetKey
fn from(val: u8) -> BlockSetKey
Converts to this type from the input type.
Source§impl Ord for BlockSetKey
impl Ord for BlockSetKey
Source§fn cmp(&self, other: &BlockSetKey) -> Ordering
fn cmp(&self, other: &BlockSetKey) -> 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 BlockSetKey
impl PartialEq for BlockSetKey
Source§impl PartialOrd for BlockSetKey
impl PartialOrd for BlockSetKey
impl Copy for BlockSetKey
impl Eq for BlockSetKey
impl StructuralPartialEq for BlockSetKey
Auto Trait Implementations§
impl Freeze for BlockSetKey
impl RefUnwindSafe for BlockSetKey
impl Send for BlockSetKey
impl Sync for BlockSetKey
impl Unpin for BlockSetKey
impl UnwindSafe for BlockSetKey
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