Struct bearssl_sys::br_ssl_session_cache_lru [] [src]

#[repr(C)]
pub struct br_ssl_session_cache_lru { pub vtable: *const br_ssl_session_cache_class, pub store: *mut c_uchar, pub store_len: usize, pub store_ptr: usize, pub index_key: [c_uchar; 32], pub hash: *const br_hash_class, pub init_done: c_int, pub head: u32, pub tail: u32, pub root: u32, }

Fields

Trait Implementations

impl Debug for br_ssl_session_cache_lru
[src]

Formats the value using the given formatter.

impl Copy for br_ssl_session_cache_lru
[src]

impl Clone for br_ssl_session_cache_lru
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for br_ssl_session_cache_lru
[src]

Returns the "default value" for a type. Read more