Struct mbedtls_sys::mbedtls_pk_rsassa_pss_options [] [src]

#[repr(C)]
pub struct mbedtls_pk_rsassa_pss_options { pub mgf1_hash_id: mbedtls_md_type_t, pub expected_salt_len: c_int, }

Fields

Trait Implementations

impl Copy for mbedtls_pk_rsassa_pss_options
[src]

impl Clone for mbedtls_pk_rsassa_pss_options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mbedtls_pk_rsassa_pss_options
[src]

Formats the value using the given formatter.

impl Default for mbedtls_pk_rsassa_pss_options
[src]

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