Struct rust_htslib::htslib::bam1_core_t
source · pub struct bam1_core_t {
pub pos: i64,
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: i64,
pub isize: i64,
}
Fields§
§pos: i64
§tid: i32
§bin: u16
§qual: u8
§l_extranul: u8
§flag: u16
§l_qname: u16
§n_cigar: u32
§l_qseq: i32
§mtid: i32
§mpos: i64
§isize: i64
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 more