Enum ecc608_linux::WriteConfig
source · [−]pub enum WriteConfig {
Write(_WriteConfig),
DeriveKey(DeriveKeyConfig),
GenKey(GenKeyConfig),
PrivWrite(PrivWriteConfig),
}Expand description
Write cofiguration from the write_config slot bits for a given command. The interpretation of the write_config bits differs based on the command used.
Variants
Write(_WriteConfig)
DeriveKey(DeriveKeyConfig)
GenKey(GenKeyConfig)
PrivWrite(PrivWriteConfig)
Implementations
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.