Struct rust_htslib::htslib::hts_reglist_t [−][src]
#[repr(C)]pub struct hts_reglist_t { pub reg: *const i8, pub intervals: *mut hts_pair_pos_t, pub tid: i32, pub count: u32, pub min_beg: i64, pub max_end: i64, }
Fields
reg: *const i8
intervals: *mut hts_pair_pos_t
tid: i32
count: u32
min_beg: i64
max_end: i64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for hts_reglist_t
impl !Send for hts_reglist_t
impl !Sync for hts_reglist_t
impl Unpin for hts_reglist_t
impl UnwindSafe for hts_reglist_t
Blanket Implementations
Mutably borrows from an owned value. Read more