Struct rust_htslib::htslib::bcf_dec_t [] [src]

#[repr(C)]
pub struct bcf_dec_t { pub m_fmt: c_int, pub m_info: c_int, pub m_id: c_int, pub m_als: c_int, pub m_allele: c_int, pub m_flt: c_int, pub n_flt: c_int, pub flt: *mut c_int, pub id: *mut c_char, pub als: *mut c_char, pub allele: *mut *mut c_char, pub info: *mut bcf_info_t, pub fmt: *mut bcf_fmt_t, pub var: *mut variant_t, pub n_var: c_int, pub var_type: c_int, pub shared_dirty: c_int, pub indiv_dirty: c_int, }

Fields

Trait Implementations

impl Debug for bcf_dec_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for bcf_dec_t
[src]

impl Clone for bcf_dec_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for bcf_dec_t

impl !Sync for bcf_dec_t