Struct libpg_query::__pthread_mutex_s
source · #[repr(C)]pub struct __pthread_mutex_s {
pub __lock: c_int,
pub __count: c_uint,
pub __owner: c_int,
pub __kind: c_int,
pub __nusers: c_uint,
pub __bindgen_anon_1: __pthread_mutex_s__bindgen_ty_1,
}Fields§
§__lock: c_int§__count: c_uint§__owner: c_int§__kind: c_int§__nusers: c_uint§__bindgen_anon_1: __pthread_mutex_s__bindgen_ty_1Trait Implementations§
source§impl Clone for __pthread_mutex_s
impl Clone for __pthread_mutex_s
source§fn clone(&self) -> __pthread_mutex_s
fn clone(&self) -> __pthread_mutex_s
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more