Enum webrtc_srtp::protection_profile::ProtectionProfile [−][src]
#[repr(u8)]
pub enum ProtectionProfile {
Aes128CmHmacSha1_80,
AeadAes128Gcm,
}
Expand description
ProtectionProfile specifies Cipher and AuthTag details, similar to TLS cipher suite
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProtectionProfile
impl Send for ProtectionProfile
impl Sync for ProtectionProfile
impl Unpin for ProtectionProfile
impl UnwindSafe for ProtectionProfile
Blanket Implementations
Mutably borrows from an owned value. Read more