#[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 c_char,
pub buffer: *mut *mut bcf1_t,
pub nbuffer: c_int,
pub mbuffer: c_int,
pub nfilter_ids: c_int,
pub filter_ids: *mut c_int,
pub samples: *mut c_int,
pub n_smpl: c_int,
}
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 c_char
§buffer: *mut *mut bcf1_t
§nbuffer: c_int
§mbuffer: c_int
§nfilter_ids: c_int
§filter_ids: *mut c_int
§samples: *mut c_int
§n_smpl: c_int
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