Struct rust_htslib::htslib::_bcf_sr_regions_t
source · [−]#[repr(C)]pub struct _bcf_sr_regions_t {Show 23 fields
pub tbx: *mut tbx_t,
pub itr: *mut hts_itr_t,
pub line: kstring_t,
pub file: *mut htsFile,
pub fname: *mut i8,
pub is_bin: i32,
pub als: *mut *mut i8,
pub als_str: kstring_t,
pub nals: i32,
pub mals: i32,
pub als_type: i32,
pub missed_reg_handler: Option<unsafe extern "C" fn(*mut _bcf_sr_regions_t, *mut c_void)>,
pub missed_reg_data: *mut c_void,
pub regs: *mut _region_t,
pub seq_hash: *mut c_void,
pub seq_names: *mut *mut i8,
pub nseqs: i32,
pub iseq: i32,
pub start: i64,
pub end: i64,
pub prev_seq: i32,
pub prev_start: i64,
pub prev_end: i64,
}Fields
tbx: *mut tbx_titr: *mut hts_itr_tline: kstring_tfile: *mut htsFilefname: *mut i8is_bin: i32als: *mut *mut i8als_str: kstring_tnals: i32mals: i32als_type: i32missed_reg_handler: Option<unsafe extern "C" fn(*mut _bcf_sr_regions_t, *mut c_void)>missed_reg_data: *mut c_voidregs: *mut _region_tseq_hash: *mut c_voidseq_names: *mut *mut i8nseqs: i32iseq: i32start: i64end: i64prev_seq: i32prev_start: i64prev_end: i64Trait Implementations
sourceimpl Clone for _bcf_sr_regions_t
impl Clone for _bcf_sr_regions_t
sourcefn clone(&self) -> _bcf_sr_regions_t
fn clone(&self) -> _bcf_sr_regions_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _bcf_sr_regions_t
impl Debug for _bcf_sr_regions_t
impl Copy for _bcf_sr_regions_t
Auto Trait Implementations
impl RefUnwindSafe for _bcf_sr_regions_t
impl !Send for _bcf_sr_regions_t
impl !Sync for _bcf_sr_regions_t
impl Unpin for _bcf_sr_regions_t
impl UnwindSafe for _bcf_sr_regions_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