Struct webrtc_dtls::extension::extension_use_extended_master_secret::ExtensionUseExtendedMasterSecret
source · pub struct ExtensionUseExtendedMasterSecret { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for ExtensionUseExtendedMasterSecret
impl Clone for ExtensionUseExtendedMasterSecret
source§fn clone(&self) -> ExtensionUseExtendedMasterSecret
fn clone(&self) -> ExtensionUseExtendedMasterSecret
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 PartialEq<ExtensionUseExtendedMasterSecret> for ExtensionUseExtendedMasterSecret
impl PartialEq<ExtensionUseExtendedMasterSecret> for ExtensionUseExtendedMasterSecret
source§fn eq(&self, other: &ExtensionUseExtendedMasterSecret) -> bool
fn eq(&self, other: &ExtensionUseExtendedMasterSecret) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.