Struct rust_htslib::htslib::bcf_srs_t[][src]

#[repr(C)]
pub struct bcf_srs_t {
Show fields pub collapse: i32, pub apply_filters: *mut i8, pub require_index: i32, pub max_unpack: i32, pub has_line: *mut i32, pub errnum: u32, pub readers: *mut bcf_sr_t, pub nreaders: i32, pub streaming: i32, pub explicit_regs: i32, pub samples: *mut *mut i8, pub regions: *mut _bcf_sr_regions_t, pub targets: *mut _bcf_sr_regions_t, pub targets_als: i32, pub targets_exclude: i32, pub tmps: kstring_t, pub n_smpl: i32, pub n_threads: i32, pub p: *mut htsThreadPool, pub aux: *mut c_void,
}

Fields

collapse: i32apply_filters: *mut i8require_index: i32max_unpack: i32has_line: *mut i32errnum: u32readers: *mut bcf_sr_tnreaders: i32streaming: i32explicit_regs: i32samples: *mut *mut i8regions: *mut _bcf_sr_regions_ttargets: *mut _bcf_sr_regions_ttargets_als: i32targets_exclude: i32tmps: kstring_tn_smpl: i32n_threads: i32p: *mut htsThreadPoolaux: *mut c_void

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.