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

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

Trait Implementations

impl Clone for Struct_Unnamed40
[src]

fn clone(&self) -> Struct_Unnamed40

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_Unnamed40
[src]

impl Default for Struct_Unnamed40
[src]

fn default() -> Struct_Unnamed40

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