Struct mbedtls_sys::mbedtls_pk_debug_item [] [src]

#[repr(C)]
pub struct mbedtls_pk_debug_item { pub type_: mbedtls_pk_debug_type, pub name: *const c_char, pub value: *mut c_void, }

Fields

Trait Implementations

impl Copy for mbedtls_pk_debug_item
[src]

impl Clone for mbedtls_pk_debug_item
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mbedtls_pk_debug_item
[src]

Formats the value using the given formatter.

impl Default for mbedtls_pk_debug_item
[src]

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