#[repr(C)]pub struct mbedtls_ssl_tls13_application_secrets {
pub client_application_traffic_secret_N: [c_uchar; 20],
pub server_application_traffic_secret_N: [c_uchar; 20],
pub exporter_master_secret: [c_uchar; 20],
pub resumption_master_secret: [c_uchar; 20],
}
Fields§
§client_application_traffic_secret_N: [c_uchar; 20]
§server_application_traffic_secret_N: [c_uchar; 20]
§exporter_master_secret: [c_uchar; 20]
§resumption_master_secret: [c_uchar; 20]
Trait Implementations§
Source§impl Clone for mbedtls_ssl_tls13_application_secrets
impl Clone for mbedtls_ssl_tls13_application_secrets
Source§fn clone(&self) -> mbedtls_ssl_tls13_application_secrets
fn clone(&self) -> mbedtls_ssl_tls13_application_secrets
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for mbedtls_ssl_tls13_application_secrets
impl Default for mbedtls_ssl_tls13_application_secrets
Source§fn default() -> mbedtls_ssl_tls13_application_secrets
fn default() -> mbedtls_ssl_tls13_application_secrets
Returns the “default value” for a type. Read more
impl Copy for mbedtls_ssl_tls13_application_secrets
Auto Trait Implementations§
impl Freeze for mbedtls_ssl_tls13_application_secrets
impl RefUnwindSafe for mbedtls_ssl_tls13_application_secrets
impl Send for mbedtls_ssl_tls13_application_secrets
impl Sync for mbedtls_ssl_tls13_application_secrets
impl Unpin for mbedtls_ssl_tls13_application_secrets
impl UnwindSafe for mbedtls_ssl_tls13_application_secrets
Blanket Implementations§
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