#[repr(C)]
pub struct _bcf_sr_regions_t {
Show 23 fields pub tbx: *mut tbx_t, pub itr: *mut hts_itr_t, pub line: kstring_t, pub file: *mut htsFile, pub fname: *mut c_char, pub is_bin: c_int, pub als: *mut *mut c_char, pub als_str: kstring_t, pub nals: c_int, pub mals: c_int, pub als_type: c_int, pub missed_reg_handler: Option<unsafe extern "C" fn(arg1: *mut _bcf_sr_regions_t, arg2: *mut c_void)>, pub missed_reg_data: *mut c_void, pub regs: *mut _region_t, pub seq_hash: *mut c_void, pub seq_names: *mut *mut c_char, pub nseqs: c_int, pub iseq: c_int, pub start: hts_pos_t, pub end: hts_pos_t, pub prev_seq: c_int, pub prev_start: hts_pos_t, pub prev_end: hts_pos_t,
}

Fields

tbx: *mut tbx_titr: *mut hts_itr_tline: kstring_tfile: *mut htsFilefname: *mut c_charis_bin: c_intals: *mut *mut c_charals_str: kstring_tnals: c_intmals: c_intals_type: c_intmissed_reg_handler: Option<unsafe extern "C" fn(arg1: *mut _bcf_sr_regions_t, arg2: *mut c_void)>missed_reg_data: *mut c_voidregs: *mut _region_tseq_hash: *mut c_voidseq_names: *mut *mut c_charnseqs: c_intiseq: c_intstart: hts_pos_tend: hts_pos_tprev_seq: c_intprev_start: hts_pos_tprev_end: hts_pos_t

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.