Struct rust_htslib::htslib::hts_reglist_t
source · pub struct hts_reglist_t {
pub reg: *const i8,
pub intervals: *mut hts_pair_pos_t,
pub tid: i32,
pub count: u32,
pub min_beg: i64,
pub max_end: i64,
}
Fields§
§reg: *const i8
§intervals: *mut hts_pair_pos_t
§tid: i32
§count: u32
§min_beg: i64
§max_end: i64
Trait Implementations§
source§impl Clone for hts_reglist_t
impl Clone for hts_reglist_t
source§fn clone(&self) -> hts_reglist_t
fn clone(&self) -> hts_reglist_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more