[][src]Struct hts_sys::bcf_srs_t

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

Fields

collapse: c_intapply_filters: *mut c_charrequire_index: c_intmax_unpack: c_inthas_line: *mut c_interrnum: bcf_sr_errorreaders: *mut bcf_sr_tnreaders: c_intstreaming: c_intexplicit_regs: c_intsamples: *mut *mut c_charregions: *mut bcf_sr_regions_ttargets: *mut bcf_sr_regions_ttargets_als: c_inttargets_exclude: c_inttmps: kstring_tn_smpl: c_intn_threads: c_intp: *mut htsThreadPoolaux: *mut c_void

Trait Implementations

impl Clone for bcf_srs_t[src]

impl Copy for bcf_srs_t[src]

impl Debug for bcf_srs_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.