Struct mbedtls_sys::ssl_ticket_context [] [src]

#[repr(C)]
pub struct ssl_ticket_context { pub keys: [ssl_ticket_key; 2], pub active: c_uchar, pub ticket_lifetime: uint32_t, pub f_rng: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_uchar, _: size_t) -> c_int>, pub p_rng: *mut c_void, pub mutex: threading_mutex_t, }

Fields

Trait Implementations

impl Copy for ssl_ticket_context
[src]

impl Clone for ssl_ticket_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ssl_ticket_context
[src]

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