Struct rust_htslib::htslib::bam1_core_t
source · #[repr(C)]pub struct bam1_core_t {}
Fields§
§tid: i32
§pos: i32
§bin: u16
§qual: u8
§l_qname: u8
§flag: u16
§unused1: u8
§l_extranul: u8
§n_cigar: u32
§l_qseq: i32
§mtid: i32
§mpos: i32
§isize: i32
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