Struct rust_htslib::htslib::vcf::Struct_Unnamed22   
                   
                       [−]
                   
               [src]
pub struct Struct_Unnamed22 {
    pub __lock: c_int,
    pub __nr_readers: c_uint,
    pub __readers_wakeup: c_uint,
    pub __writer_wakeup: c_uint,
    pub __nr_readers_queued: c_uint,
    pub __nr_writers_queued: c_uint,
    pub __writer: c_int,
    pub __shared: c_int,
    pub __pad1: c_ulong,
    pub __pad2: c_ulong,
    pub __flags: c_uint,
}Fields
__lock: c_int
                           __nr_readers: c_uint
                           __readers_wakeup: c_uint
                           __writer_wakeup: c_uint
                           __nr_readers_queued: c_uint
                           __nr_writers_queued: c_uint
                           __writer: c_int
                           __pad1: c_ulong
                           __pad2: c_ulong
                           __flags: c_uint
                           Trait Implementations
impl Clone for Struct_Unnamed22[src]
fn clone(&self) -> Struct_Unnamed22
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_Unnamed22[src]
impl Default for Struct_Unnamed22[src]
fn default() -> Struct_Unnamed22
Returns the "default value" for a type. Read more