#[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,
}
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
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.