Struct rust_htslib::htslib::bcf_sr_t
source · [−]#[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 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: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bcf_sr_t
impl !Send for bcf_sr_t
impl !Sync for bcf_sr_t
impl Unpin for bcf_sr_t
impl UnwindSafe for bcf_sr_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