Enum ecc608_linux::WriteConfig [−][src]
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)Tuple Fields of Write
0: _WriteConfigDeriveKey(DeriveKeyConfig)Tuple Fields of DeriveKey
GenKey(GenKeyConfig)Tuple Fields of GenKey
0: GenKeyConfigPrivWrite(PrivWriteConfig)Tuple Fields of PrivWrite
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 !=.