Struct mbedtls_sys::ssl_cookie_ctx [] [src]

#[repr(C)]
pub struct ssl_cookie_ctx { pub hmac_ctx: md_context_t, pub timeout: c_ulong, pub mutex: threading_mutex_t, }

Fields

Trait Implementations

impl Copy for ssl_cookie_ctx
[src]

impl Clone for ssl_cookie_ctx
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ssl_cookie_ctx
[src]

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