Struct rust_htslib::htslib::hts_itr_multi_t
source · #[repr(C)]pub struct hts_itr_multi_t {Show 16 fields
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
pub reg_list: *mut hts_reglist_t,
pub n_reg: c_int,
pub i: c_int,
pub curr_tid: c_int,
pub curr_intv: c_int,
pub curr_beg: c_int,
pub curr_end: c_int,
pub curr_reg: c_int,
pub off: *mut hts_pair64_max_t,
pub n_off: c_int,
pub curr_off: u64,
pub nocoor_off: u64,
pub readrec: hts_readrec_func,
pub seek: hts_seek_func,
pub tell: hts_tell_func,
}
Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
§reg_list: *mut hts_reglist_t
§n_reg: c_int
§i: c_int
§curr_tid: c_int
§curr_intv: c_int
§curr_beg: c_int
§curr_end: c_int
§curr_reg: c_int
§off: *mut hts_pair64_max_t
§n_off: c_int
§curr_off: u64
§nocoor_off: u64
§readrec: hts_readrec_func
§seek: hts_seek_func
§tell: hts_tell_func
Implementations§
source§impl hts_itr_multi_t
impl hts_itr_multi_t
pub fn read_rest(&self) -> u32
pub fn set_read_rest(&mut self, val: u32)
pub fn finished(&self) -> u32
pub fn set_finished(&mut self, val: u32)
pub fn is_cram(&self) -> u32
pub fn set_is_cram(&mut self, val: u32)
pub fn nocoor(&self) -> u32
pub fn set_nocoor(&mut self, val: u32)
pub fn dummy(&self) -> u32
pub fn set_dummy(&mut self, val: u32)
pub fn new_bitfield_1(
read_rest: u32,
finished: u32,
is_cram: u32,
nocoor: u32,
dummy: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations§
source§impl Clone for hts_itr_multi_t
impl Clone for hts_itr_multi_t
source§fn clone(&self) -> hts_itr_multi_t
fn clone(&self) -> hts_itr_multi_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