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 ProtectionProfileimpl Send for ProtectionProfileimpl Sync for ProtectionProfileimpl Unpin for ProtectionProfileimpl UnwindSafe for ProtectionProfileBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V