Struct rust_htslib::htslib::Struct_Unnamed8  
                   
                       [−]
                   
               [src]
pub struct Struct_Unnamed8 {
    pub tid: int32_t,
    pub pos: int32_t,
    pub bin: uint16_t,
    pub qual: uint8_t,
    pub l_qname: uint8_t,
    pub flag: uint16_t,
    pub n_cigar: uint16_t,
    pub l_qseq: int32_t,
    pub mtid: int32_t,
    pub mpos: int32_t,
    pub isize: int32_t,
}Fields
tid: int32_t
                           pos: int32_t
                           bin: uint16_t
                           qual: uint8_t
                           l_qname: uint8_t
                           flag: uint16_t
                           n_cigar: uint16_t
                           l_qseq: int32_t
                           mtid: int32_t
                           mpos: int32_t
                           isize: int32_t
                           Trait Implementations
impl Clone for Struct_Unnamed8[src]
fn clone(&self) -> Struct_Unnamed8
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Struct_Unnamed8[src]
impl Default for Struct_Unnamed8[src]
fn default() -> Struct_Unnamed8
Returns the "default value" for a type. Read more