#[repr(C)]
pub struct bcf_sr_t {
Show 13 fields 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§

§file: *mut htsFile§tbx_idx: *mut tbx_t§bcf_idx: *mut hts_idx_t§header: *mut bcf_hdr_t§itr: *mut hts_itr_t§fname: *mut c_char§buffer: *mut *mut bcf1_t§nbuffer: c_int§mbuffer: c_int§nfilter_ids: c_int§filter_ids: *mut c_int§samples: *mut c_int§n_smpl: c_int

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.