pub enum SrtpProtectionProfile {
Srtp_Aes128_Cm_Hmac_Sha1_80 = 1,
Srtp_Aes128_Cm_Hmac_Sha1_32 = 2,
Srtp_Aead_Aes_128_Gcm = 7,
Srtp_Aead_Aes_256_Gcm = 8,
Unsupported = 9,
}
Variants§
Srtp_Aes128_Cm_Hmac_Sha1_80 = 1
Srtp_Aes128_Cm_Hmac_Sha1_32 = 2
Srtp_Aead_Aes_128_Gcm = 7
Srtp_Aead_Aes_256_Gcm = 8
Unsupported = 9
Trait Implementations§
source§impl Clone for SrtpProtectionProfile
impl Clone for SrtpProtectionProfile
source§fn clone(&self) -> SrtpProtectionProfile
fn clone(&self) -> SrtpProtectionProfile
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 moresource§impl Debug for SrtpProtectionProfile
impl Debug for SrtpProtectionProfile
source§impl From<u16> for SrtpProtectionProfile
impl From<u16> for SrtpProtectionProfile
source§impl PartialEq for SrtpProtectionProfile
impl PartialEq for SrtpProtectionProfile
source§fn eq(&self, other: &SrtpProtectionProfile) -> bool
fn eq(&self, other: &SrtpProtectionProfile) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SrtpProtectionProfile
impl Eq for SrtpProtectionProfile
impl StructuralPartialEq for SrtpProtectionProfile
Auto Trait Implementations§
impl Freeze for SrtpProtectionProfile
impl RefUnwindSafe for SrtpProtectionProfile
impl Send for SrtpProtectionProfile
impl Sync for SrtpProtectionProfile
impl Unpin for SrtpProtectionProfile
impl UnwindSafe for SrtpProtectionProfile
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more