Enum rust_cryptoauthlib::AeadAlgorithm [−][src]
Expand description
Type of AEAD algorithm
Variants
Ccm(AeadParam)
Tuple Fields of Ccm
0: AeadParam
Gcm(AeadParam)
Tuple Fields of Gcm
0: AeadParam
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AeadAlgorithm
impl Send for AeadAlgorithm
impl Sync for AeadAlgorithm
impl Unpin for AeadAlgorithm
impl UnwindSafe for AeadAlgorithm
Blanket Implementations
Mutably borrows from an owned value. Read more