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
mutex: pthread_mutex_t
is_valid: c_char
Trait Implementations
impl Copy for threading_mutex_t[src]
impl Clone for threading_mutex_t[src]
fn clone(&self) -> threading_mutex_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more