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
cert: *mut x509_crt
key: *mut pk_context
next: *mut ssl_key_cert
Trait Implementations
impl Copy for ssl_key_cert[src]
impl Clone for ssl_key_cert[src]
fn clone(&self) -> ssl_key_cert
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