#[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 i8, pub buffer: *mut *mut bcf1_t, pub nbuffer: i32, pub mbuffer: i32, pub nfilter_ids: i32, pub filter_ids: *mut i32, pub samples: *mut i32, pub n_smpl: i32,
}

Fields

file: *mut htsFiletbx_idx: *mut tbx_tbcf_idx: *mut __hts_idx_theader: *mut bcf_hdr_titr: *mut hts_itr_tfname: *mut i8buffer: *mut *mut bcf1_tnbuffer: i32mbuffer: i32nfilter_ids: i32filter_ids: *mut i32samples: *mut i32n_smpl: i32

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.