Struct mbedtls_sys::ssl_cache_context
[−]
[src]
#[repr(C)]pub struct ssl_cache_context { pub chain: *mut ssl_cache_entry, pub timeout: c_int, pub max_entries: c_int, pub mutex: threading_mutex_t, }
Fields
chain: *mut ssl_cache_entry
timeout: c_int
max_entries: c_int
mutex: threading_mutex_t
Trait Implementations
impl Copy for ssl_cache_context[src]
impl Clone for ssl_cache_context[src]
fn clone(&self) -> ssl_cache_context
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