#[repr(C)]pub struct hts_itr_t {Show 20 fields
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
pub tid: c_int,
pub n_off: c_int,
pub i: c_int,
pub n_reg: c_int,
pub beg: hts_pos_t,
pub end: hts_pos_t,
pub reg_list: *mut hts_reglist_t,
pub curr_tid: c_int,
pub curr_reg: c_int,
pub curr_intv: c_int,
pub curr_beg: hts_pos_t,
pub curr_end: hts_pos_t,
pub curr_off: u64,
pub nocoor_off: u64,
pub off: *mut hts_pair64_max_t,
pub readrec: hts_readrec_func,
pub seek: hts_seek_func,
pub tell: hts_tell_func,
pub bins: hts_itr_t__bindgen_ty_1,
}
Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
§tid: c_int
§n_off: c_int
§i: c_int
§n_reg: c_int
§beg: hts_pos_t
§end: hts_pos_t
§reg_list: *mut hts_reglist_t
§curr_tid: c_int
§curr_reg: c_int
§curr_intv: c_int
§curr_beg: hts_pos_t
§curr_end: hts_pos_t
§curr_off: u64
§nocoor_off: u64
§off: *mut hts_pair64_max_t
§readrec: hts_readrec_func
§seek: hts_seek_func
§tell: hts_tell_func
§bins: hts_itr_t__bindgen_ty_1
Implementations§
source§impl hts_itr_t
impl hts_itr_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 multi(&self) -> u32
pub fn set_multi(&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, multi: u32, dummy: u32 ) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hts_itr_t
impl RefUnwindSafe for hts_itr_t
impl !Send for hts_itr_t
impl !Sync for hts_itr_t
impl Unpin for hts_itr_t
impl UnwindSafe for hts_itr_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more