Struct rust_htslib::htslib::bcf_srs_t [] [src]

#[repr(C)]
pub struct bcf_srs_t { pub collapse: c_int, pub apply_filters: *mut c_char, pub require_index: c_int, pub max_unpack: c_int, pub has_line: *mut c_int, pub errnum: bcf_sr_error, pub readers: *mut bcf_sr_t, pub nreaders: c_int, pub streaming: c_int, pub explicit_regs: c_int, pub samples: *mut *mut c_char, pub regions: *mut bcf_sr_regions_t, pub targets: *mut bcf_sr_regions_t, pub targets_als: c_int, pub targets_exclude: c_int, pub tmps: kstring_t, pub n_smpl: c_int, pub n_threads: c_int, pub p: *mut htsThreadPool, pub aux: *mut c_void, }

Fields

Trait Implementations

impl Debug for bcf_srs_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for bcf_srs_t
[src]

impl Clone for bcf_srs_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 bcf_srs_t

impl !Sync for bcf_srs_t