[][src]Struct rust_htslib::htslib::_bcf_sr_regions_t

#[repr(C)]
pub struct _bcf_sr_regions_t { pub tbx: *mut tbx_t, pub itr: *mut hts_itr_t, pub line: kstring_t, pub file: *mut htsFile, pub fname: *mut c_char, pub is_bin: c_int, pub als: *mut *mut c_char, pub als_str: kstring_t, pub nals: c_int, pub mals: c_int, pub als_type: c_int, pub missed_reg_handler: Option<unsafe extern "C" fn(arg1: *mut _bcf_sr_regions_t, arg2: *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 c_char, pub nseqs: c_int, pub iseq: c_int, pub start: c_int, pub end: c_int, pub prev_seq: c_int, pub prev_start: c_int, }

Fields

tbx: *mut tbx_titr: *mut hts_itr_tline: kstring_tfile: *mut htsFilefname: *mut c_charis_bin: c_intals: *mut *mut c_charals_str: kstring_tnals: c_intmals: c_intals_type: c_intmissed_reg_handler: Option<unsafe extern "C" fn(arg1: *mut _bcf_sr_regions_t, arg2: *mut c_void)>missed_reg_data: *mut c_voidregs: *mut _region_tseq_hash: *mut c_voidseq_names: *mut *mut c_charnseqs: c_intiseq: c_intstart: c_intend: c_intprev_seq: c_intprev_start: c_int

Trait Implementations

impl Copy for _bcf_sr_regions_t[src]

impl Clone for _bcf_sr_regions_t[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for _bcf_sr_regions_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]