Struct mbedtls_sys::mbedtls_threading_mutex_t [] [src]

#[repr(C)]
pub struct mbedtls_threading_mutex_t { pub mutex: pthread_mutex_t, pub is_valid: c_char, // some fields omitted }

Fields

Trait Implementations

impl Copy for mbedtls_threading_mutex_t
[src]

impl Clone for mbedtls_threading_mutex_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for mbedtls_threading_mutex_t
[src]

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