rust_htslib::htslib

Type Alias hts_pair32_t

Source
pub type hts_pair32_t = hts_pair_pos_t;

Aliased Type§

struct hts_pair32_t {
    pub beg: i64,
    pub end: i64,
}

Fields§

§beg: i64§end: i64