Enum ecc608_linux::PrivWriteConfig [−][src]
pub enum PrivWriteConfig {
Invalid,
Encrypt,
}Variants
PrivWrite will return an error if the target key slot has this value.
Writes to this slot require a properly computed MAC and the inputdata must be encrypted by the system with SlotConfig.WriteKey using the encryption algorithm documented with PrivWrite.
Trait Implementations
impl Debug for PrivWriteConfig[src]
impl Debug for PrivWriteConfig[src]impl PartialEq<PrivWriteConfig> for PrivWriteConfig[src]
impl PartialEq<PrivWriteConfig> for PrivWriteConfig[src]impl Serialize for PrivWriteConfig[src]
impl Serialize for PrivWriteConfig[src]impl StructuralPartialEq for PrivWriteConfig[src]
Auto Trait Implementations
impl RefUnwindSafe for PrivWriteConfig
impl Send for PrivWriteConfig
impl Sync for PrivWriteConfig
impl Unpin for PrivWriteConfig
impl UnwindSafe for PrivWriteConfig
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self