Struct mbedtls_sys::mbedtls_x509_crl_entry [] [src]

#[repr(C)]
pub struct mbedtls_x509_crl_entry { pub raw: mbedtls_x509_buf, pub serial: mbedtls_x509_buf, pub revocation_date: mbedtls_x509_time, pub entry_ext: mbedtls_x509_buf, pub next: *mut mbedtls_x509_crl_entry, }

Fields

Trait Implementations

impl Copy for mbedtls_x509_crl_entry
[src]

impl Clone for mbedtls_x509_crl_entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mbedtls_x509_crl_entry
[src]

Formats the value using the given formatter.

impl Default for mbedtls_x509_crl_entry
[src]

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