Struct mbedtls_sys::mbedtls_ssl_ciphersuite_t [] [src]

#[repr(C)]
pub struct mbedtls_ssl_ciphersuite_t { pub id: c_int, pub name: *const c_char, pub cipher: mbedtls_cipher_type_t, pub mac: mbedtls_md_type_t, pub key_exchange: mbedtls_key_exchange_type_t, pub min_major_ver: c_int, pub min_minor_ver: c_int, pub max_major_ver: c_int, pub max_minor_ver: c_int, pub flags: c_uchar, // some fields omitted }

Fields

Trait Implementations

impl Copy for mbedtls_ssl_ciphersuite_t
[src]

impl Clone for mbedtls_ssl_ciphersuite_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mbedtls_ssl_ciphersuite_t
[src]

Formats the value using the given formatter.

impl Default for mbedtls_ssl_ciphersuite_t
[src]

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