pub enum HardwareKeySource {
DHUK = 1,
BHK = 2,
XorDhukBhk = 3,
}Expand description
Hardware key source for SAES
Variants§
Trait Implementations§
Source§impl Clone for HardwareKeySource
impl Clone for HardwareKeySource
Source§fn clone(&self) -> HardwareKeySource
fn clone(&self) -> HardwareKeySource
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 HardwareKeySource
impl Debug for HardwareKeySource
Source§impl Format for HardwareKeySource
impl Format for HardwareKeySource
Source§impl PartialEq for HardwareKeySource
impl PartialEq for HardwareKeySource
impl Copy for HardwareKeySource
impl Eq for HardwareKeySource
impl StructuralPartialEq for HardwareKeySource
Auto Trait Implementations§
impl Freeze for HardwareKeySource
impl RefUnwindSafe for HardwareKeySource
impl Send for HardwareKeySource
impl Sync for HardwareKeySource
impl Unpin for HardwareKeySource
impl UnwindSafe for HardwareKeySource
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