Struct mbedtls_sys::threading_mutex_t [] [src]

#[repr(C)]
pub struct threading_mutex_t { pub mutex: pthread_mutex_t, pub is_valid: c_char, }

Fields

Trait Implementations

impl Copy for threading_mutex_t
[src]

impl Clone for threading_mutex_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for threading_mutex_t
[src]

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