Struct rust_htslib::htslib::hts_reglist_t
source · #[repr(C)]pub struct hts_reglist_t {
pub reg: *const c_char,
pub tid: c_int,
pub intervals: *mut hts_pair32_t,
pub count: u32,
pub min_beg: u32,
pub max_end: u32,
}
Fields§
§reg: *const c_char
§tid: c_int
§intervals: *mut hts_pair32_t
§count: u32
§min_beg: u32
§max_end: u32
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