Struct rust_htslib::htslib::bam1_core_t[][src]

#[repr(C)]
pub struct bam1_core_t { pub tid: i32, pub pos: i32, pub bin: u16, pub qual: u8, pub l_qname: u8, pub flag: u16, pub unused1: u8, pub l_extranul: u8, pub n_cigar: u32, pub l_qseq: i32, pub mtid: i32, pub mpos: i32, pub isize: i32, }

Fields

Trait Implementations

impl Debug for bam1_core_t
[src]

Formats the value using the given formatter. Read more

impl Copy for bam1_core_t
[src]

impl Clone for bam1_core_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for bam1_core_t

impl Sync for bam1_core_t