Struct rust_htslib::htslib::bcf_sr_t [] [src]

#[repr(C)]
pub struct bcf_sr_t { pub file: *mut htsFile, pub tbx_idx: *mut tbx_t, pub bcf_idx: *mut hts_idx_t, pub header: *mut bcf_hdr_t, pub itr: *mut hts_itr_t, pub fname: *mut c_char, pub buffer: *mut *mut bcf1_t, pub nbuffer: c_int, pub mbuffer: c_int, pub nfilter_ids: c_int, pub filter_ids: *mut c_int, pub samples: *mut c_int, pub n_smpl: c_int, }

Fields

Trait Implementations

impl Debug for bcf_sr_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for bcf_sr_t
[src]

impl Clone for bcf_sr_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_sr_t

impl !Sync for bcf_sr_t