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

#[repr(C)]
pub struct hts_itr_t {
Show fields pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>, pub tid: i32, pub n_off: i32, pub i: i32, pub n_reg: i32, pub beg: i64, pub end: i64, pub reg_list: *mut hts_reglist_t, pub curr_tid: i32, pub curr_reg: i32, pub curr_intv: i32, pub curr_beg: i64, pub curr_end: i64, pub curr_off: u64, pub nocoor_off: u64, pub off: *mut hts_pair64_max_t, pub readrec: Option<unsafe extern "C" fn(*mut BGZF, *mut c_void, *mut c_void, *mut i32, *mut i64, *mut i64) -> i32>, pub seek: Option<unsafe extern "C" fn(*mut c_void, i64, i32) -> i32>, pub tell: Option<unsafe extern "C" fn(*mut c_void) -> i64>, pub bins: hts_itr_t__bindgen_ty_1,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>tid: i32n_off: i32i: i32n_reg: i32beg: i64end: i64reg_list: *mut hts_reglist_tcurr_tid: i32curr_reg: i32curr_intv: i32curr_beg: i64curr_end: i64curr_off: u64nocoor_off: u64off: *mut hts_pair64_max_treadrec: Option<unsafe extern "C" fn(*mut BGZF, *mut c_void, *mut c_void, *mut i32, *mut i64, *mut i64) -> i32>seek: Option<unsafe extern "C" fn(*mut c_void, i64, i32) -> i32>tell: Option<unsafe extern "C" fn(*mut c_void) -> i64>bins: hts_itr_t__bindgen_ty_1

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.