Enum webrtc_dtls::crypto::crypto_ccm::CryptoCcmTagLen
source · pub enum CryptoCcmTagLen {
CryptoCcm8TagLength,
CryptoCcmTagLength,
}
Variants§
Trait Implementations§
source§impl Clone for CryptoCcmTagLen
impl Clone for CryptoCcmTagLen
source§fn clone(&self) -> CryptoCcmTagLen
fn clone(&self) -> CryptoCcmTagLen
Returns a copy 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 more