Struct rust_htslib::htslib::_bcf_sr_regions_t [] [src]

#[repr(C)]
pub struct _bcf_sr_regions_t { 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: c_int, pub end: c_int, pub prev_seq: c_int, pub prev_start: c_int, }

Fields

Trait Implementations

impl Debug for _bcf_sr_regions_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _bcf_sr_regions_t
[src]

impl Clone for _bcf_sr_regions_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