Struct hts_sys::bam1_core_t
source · #[repr(C)]pub struct bam1_core_t {
pub pos: hts_pos_t,
pub tid: i32,
pub bin: u16,
pub qual: u8,
pub l_extranul: u8,
pub flag: u16,
pub l_qname: u16,
pub n_cigar: u32,
pub l_qseq: i32,
pub mtid: i32,
pub mpos: hts_pos_t,
pub isize: hts_pos_t,
}
Fields§
§pos: hts_pos_t
§tid: i32
§bin: u16
§qual: u8
§l_extranul: u8
§flag: u16
§l_qname: u16
§n_cigar: u32
§l_qseq: i32
§mtid: i32
§mpos: hts_pos_t
§isize: hts_pos_t
Trait Implementations§
source§impl Clone for bam1_core_t
impl Clone for bam1_core_t
source§fn clone(&self) -> bam1_core_t
fn clone(&self) -> bam1_core_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 bam1_core_t
impl Debug for bam1_core_t
impl Copy for bam1_core_t
Auto Trait Implementations§
impl Freeze for bam1_core_t
impl RefUnwindSafe for bam1_core_t
impl Send for bam1_core_t
impl Sync for bam1_core_t
impl Unpin for bam1_core_t
impl UnwindSafe for bam1_core_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