Struct rust_htslib::htslib::bcf_srs_t
source · [−]#[repr(C)]pub struct bcf_srs_t {Show 20 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_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bcf_srs_t
impl !Send for bcf_srs_t
impl !Sync for bcf_srs_t
impl Unpin for bcf_srs_t
impl UnwindSafe for bcf_srs_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more