Struct rust_htslib::htslib::vcf::Struct___pthread_mutex_s   
                   
                       [−]
                   
               [src]
pub struct Struct___pthread_mutex_s {
    pub __lock: c_int,
    pub __count: c_uint,
    pub __owner: c_int,
    pub __nusers: c_uint,
    pub __kind: c_int,
    pub __spins: c_short,
    pub __elision: c_short,
    pub __list: __pthread_list_t,
}Fields
__lock: c_int
                           __count: c_uint
                           __owner: c_int
                           __nusers: c_uint
                           __kind: c_int
                           __spins: c_short
                           __elision: c_short
                           __list: __pthread_list_t
                           Trait Implementations
impl Clone for Struct___pthread_mutex_s[src]
fn clone(&self) -> Struct___pthread_mutex_s
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
impl Copy for Struct___pthread_mutex_s[src]
impl Default for Struct___pthread_mutex_s[src]
fn default() -> Struct___pthread_mutex_s
Returns the "default value" for a type. Read more