Struct rust_htslib::htslib::vcf::Struct_Unnamed5 [] [src]

pub struct Struct_Unnamed5 {
    pub readres_finished_dummy: uint32_t,
    pub tid: c_int,
    pub beg: c_int,
    pub end: c_int,
    pub n_off: c_int,
    pub i: c_int,
    pub curr_tid: c_int,
    pub curr_beg: c_int,
    pub curr_end: c_int,
    pub curr_off: uint64_t,
    pub off: *mut hts_pair64_t,
    pub readrec: *mut Option<extern fn() -> c_int>,
    pub bins: Struct_Unnamed6,
}

Fields

Trait Implementations

impl Copy for Struct_Unnamed5
[src]

impl Clone for Struct_Unnamed5
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed5
[src]

Returns the "default value" for a type. Read more