#[repr(C)]pub struct mbedtls_ssl_tls13_application_secrets {
pub client_application_traffic_secret_N: [u8; 64],
pub server_application_traffic_secret_N: [u8; 64],
pub exporter_master_secret: [u8; 64],
pub resumption_master_secret: [u8; 64],
}
Fields§
§client_application_traffic_secret_N: [u8; 64]
§server_application_traffic_secret_N: [u8; 64]
§exporter_master_secret: [u8; 64]
§resumption_master_secret: [u8; 64]
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 copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for mbedtls_ssl_tls13_application_secrets
impl Debug for mbedtls_ssl_tls13_application_secrets
source§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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)