Struct mbedtls_sys::ssl_cache_entry
[−]
[src]
#[repr(C)]pub struct ssl_cache_entry { pub timestamp: time_t, pub session: ssl_session, pub peer_cert: x509_buf, pub next: *mut ssl_cache_entry, }
Fields
timestamp: time_t
session: ssl_session
peer_cert: x509_buf
next: *mut ssl_cache_entry
Trait Implementations
impl Copy for ssl_cache_entry[src]
impl Clone for ssl_cache_entry[src]
fn clone(&self) -> ssl_cache_entry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more