Struct rust_htslib::htslib::vcf::Struct_Unnamed40 [] [src]

pub struct Struct_Unnamed40 {
    pub rid: int32_t,
    pub pos: int32_t,
    pub rlen: int32_t,
    pub qual: c_float,
    pub n_info: uint16_t,
    pub n_allele: uint16_t,
    pub n_fmt_n_sample: uint32_t,
    pub shared: kstring_t,
    pub indiv: kstring_t,
    pub d: bcf_dec_t,
    pub max_unpack: c_int,
    pub unpacked: c_int,
    pub unpack_size: [c_int; 3],
    pub errcode: c_int,
}

Fields

Trait Implementations

impl Copy for Struct_Unnamed40
[src]

impl Clone for Struct_Unnamed40
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed40
[src]

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