Struct mbedtls_sys::ssl_key_cert [] [src]

#[repr(C)]
pub struct ssl_key_cert { pub cert: *mut x509_crt, pub key: *mut pk_context, pub next: *mut ssl_key_cert, }

Fields

Trait Implementations

impl Copy for ssl_key_cert
[src]

impl Clone for ssl_key_cert
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ssl_key_cert
[src]

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