Type Alias ngx_thread_mutex_t

Source
pub type ngx_thread_mutex_t = pthread_mutex_t;

Aliased Type§

union ngx_thread_mutex_t {
    pub __data: __pthread_mutex_s,
    pub __size: [i8; 40],
    pub __align: i64,
}

Fields§

§__data: __pthread_mutex_s§__size: [i8; 40]§__align: i64

Trait Implementations

Source§

impl Clone for pthread_mutex_t

Source§

fn clone(&self) -> pthread_mutex_t

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for pthread_mutex_t