Struct rust_htslib::htslib::hts_itr_t [] [src]

#[repr(C)]
pub struct hts_itr_t { pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>, pub tid: c_int, pub beg: c_int, pub end: c_int, pub n_off: c_int, pub i: c_int, pub curr_tid: c_int, pub curr_beg: c_int, pub curr_end: c_int, pub curr_off: u64, pub off: *mut hts_pair64_t, pub readrec: hts_readrec_func, pub bins: hts_itr_t__bindgen_ty_1, }

Fields

Methods

impl hts_itr_t
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for hts_itr_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for hts_itr_t
[src]

impl Clone for hts_itr_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for hts_itr_t

impl !Sync for hts_itr_t