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

Trait Implementations

impl Copy for Struct_Unnamed8
[src]

impl Clone for Struct_Unnamed8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed8
[src]

Returns the "default value" for a type. Read more