#[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§
Source§impl Clone for hts_reglist_t
impl Clone for hts_reglist_t
Source§fn clone(&self) -> hts_reglist_t
fn clone(&self) -> hts_reglist_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for hts_reglist_t
impl Debug for hts_reglist_t
impl Copy for hts_reglist_t
Auto Trait Implementations§
impl Freeze for hts_reglist_t
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§
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
)