Struct mbedtls_sys::mbedtls_cipher_info_t [] [src]

#[repr(C)]
pub struct mbedtls_cipher_info_t { pub type_: mbedtls_cipher_type_t, pub mode: mbedtls_cipher_mode_t, pub key_bitlen: c_uint, pub name: *const c_char, pub iv_size: c_uint, pub flags: c_int, pub block_size: c_uint, pub base: *const mbedtls_cipher_base_t, }

Fields

Trait Implementations

impl Copy for mbedtls_cipher_info_t
[src]

impl Clone for mbedtls_cipher_info_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mbedtls_cipher_info_t
[src]

Formats the value using the given formatter.

impl Default for mbedtls_cipher_info_t
[src]

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