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

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

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.