Enum webrtc_dtls::cipher_suite::CipherSuiteId
source · pub enum CipherSuiteId {
Tls_Ecdhe_Ecdsa_With_Aes_128_Ccm = 49_324,
Tls_Ecdhe_Ecdsa_With_Aes_128_Ccm_8 = 49_326,
Tls_Ecdhe_Ecdsa_With_Aes_128_Gcm_Sha256 = 49_195,
Tls_Ecdhe_Rsa_With_Aes_128_Gcm_Sha256 = 49_199,
Tls_Ecdhe_Ecdsa_With_Aes_256_Cbc_Sha = 49_162,
Tls_Ecdhe_Rsa_With_Aes_256_Cbc_Sha = 49_172,
Tls_Psk_With_Aes_128_Ccm = 49_316,
Tls_Psk_With_Aes_128_Ccm_8 = 49_320,
Tls_Psk_With_Aes_128_Gcm_Sha256 = 168,
Unsupported = 169,
}
Variants§
Tls_Ecdhe_Ecdsa_With_Aes_128_Ccm = 49_324
Tls_Ecdhe_Ecdsa_With_Aes_128_Ccm_8 = 49_326
Tls_Ecdhe_Ecdsa_With_Aes_128_Gcm_Sha256 = 49_195
Tls_Ecdhe_Rsa_With_Aes_128_Gcm_Sha256 = 49_199
Tls_Ecdhe_Ecdsa_With_Aes_256_Cbc_Sha = 49_162
Tls_Ecdhe_Rsa_With_Aes_256_Cbc_Sha = 49_172
Tls_Psk_With_Aes_128_Ccm = 49_316
Tls_Psk_With_Aes_128_Ccm_8 = 49_320
Tls_Psk_With_Aes_128_Gcm_Sha256 = 168
Unsupported = 169
Trait Implementations§
source§impl Clone for CipherSuiteId
impl Clone for CipherSuiteId
source§fn clone(&self) -> CipherSuiteId
fn clone(&self) -> CipherSuiteId
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 CipherSuiteId
impl Debug for CipherSuiteId
source§impl Display for CipherSuiteId
impl Display for CipherSuiteId
source§impl From<u16> for CipherSuiteId
impl From<u16> for CipherSuiteId
source§impl PartialEq for CipherSuiteId
impl PartialEq for CipherSuiteId
source§fn eq(&self, other: &CipherSuiteId) -> bool
fn eq(&self, other: &CipherSuiteId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CipherSuiteId
impl Eq for CipherSuiteId
impl StructuralPartialEq for CipherSuiteId
Auto Trait Implementations§
impl Freeze for CipherSuiteId
impl RefUnwindSafe for CipherSuiteId
impl Send for CipherSuiteId
impl Sync for CipherSuiteId
impl Unpin for CipherSuiteId
impl UnwindSafe for CipherSuiteId
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