Struct mbedtls_sys::x509write_cert [] [src]

#[repr(C)]
pub struct x509write_cert { pub version: c_int, pub serial: mpi, pub subject_key: *mut pk_context, pub issuer_key: *mut pk_context, pub subject: *mut asn1_named_data, pub issuer: *mut asn1_named_data, pub md_alg: md_type_t, pub not_before: [c_char; 16], pub not_after: [c_char; 16], pub extensions: *mut asn1_named_data, }

Fields

Trait Implementations

impl Copy for x509write_cert
[src]

impl Clone for x509write_cert
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for x509write_cert
[src]

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