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