Struct rust_htslib::htslib::vcf::Struct___pthread_internal_list   
                   
                       [−]
                   
               [src]
pub struct Struct___pthread_internal_list {
    pub __prev: *mut Struct___pthread_internal_list,
    pub __next: *mut Struct___pthread_internal_list,
}Fields
__prev: *mut Struct___pthread_internal_list
                           __next: *mut Struct___pthread_internal_list
                           Trait Implementations
impl Clone for Struct___pthread_internal_list[src]
fn clone(&self) -> Struct___pthread_internal_list
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_internal_list[src]
impl Default for Struct___pthread_internal_list[src]
fn default() -> Struct___pthread_internal_list
Returns the "default value" for a type. Read more