[][src]Struct rust_htslib::htslib::hts_itr_multi_t

#[repr(C)]
pub struct hts_itr_multi_t { 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_tn_reg: c_inti: c_intcurr_tid: c_intcurr_intv: c_intcurr_beg: c_intcurr_end: c_intcurr_reg: c_intoff: *mut hts_pair64_max_tn_off: c_intcurr_off: u64nocoor_off: u64readrec: hts_readrec_funcseek: hts_seek_functell: hts_tell_func

Methods

impl hts_itr_multi_t[src]

pub fn read_rest(&self) -> u32[src]

pub fn set_read_rest(&mut self, val: u32)[src]

pub fn finished(&self) -> u32[src]

pub fn set_finished(&mut self, val: u32)[src]

pub fn is_cram(&self) -> u32[src]

pub fn set_is_cram(&mut self, val: u32)[src]

pub fn nocoor(&self) -> u32[src]

pub fn set_nocoor(&mut self, val: u32)[src]

pub fn dummy(&self) -> u32[src]

pub fn set_dummy(&mut self, val: u32)[src]

pub fn new_bitfield_1(
    read_rest: u32,
    finished: u32,
    is_cram: u32,
    nocoor: u32,
    dummy: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]

Trait Implementations

impl Copy for hts_itr_multi_t[src]

impl Clone for hts_itr_multi_t[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for hts_itr_multi_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]