Struct mbedtls_sys::mbedtls_x509_crt_profile [] [src]

#[repr(C)]
pub struct mbedtls_x509_crt_profile { pub allowed_mds: uint32_t, pub allowed_pks: uint32_t, pub allowed_curves: uint32_t, pub rsa_min_bitlen: uint32_t, }

Fields

Trait Implementations

impl Copy for mbedtls_x509_crt_profile
[src]

impl Clone for mbedtls_x509_crt_profile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mbedtls_x509_crt_profile
[src]

Formats the value using the given formatter.

impl Default for mbedtls_x509_crt_profile
[src]

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