#[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 htsFile
§tbx_idx: *mut tbx_t
§bcf_idx: *mut hts_idx_t
§header: *mut bcf_hdr_t
§itr: *mut hts_itr_t
§fname: *mut i8
§buffer: *mut *mut bcf1_t
§nbuffer: i32
§mbuffer: i32
§nfilter_ids: i32
§filter_ids: *mut i32
§samples: *mut i32
§n_smpl: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bcf_sr_t
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)