Struct hts_sys::bcf_sr_t[][src]

#[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 htsFiletbx_idx: *mut tbx_tbcf_idx: *mut hts_idx_theader: *mut bcf_hdr_titr: *mut hts_itr_tfname: *mut c_charbuffer: *mut *mut bcf1_tnbuffer: c_intmbuffer: c_intnfilter_ids: c_intfilter_ids: *mut c_intsamples: *mut c_intn_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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.