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

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

Fields

m_fmt: i32m_info: i32m_id: i32m_als: i32m_allele: i32m_flt: i32n_flt: i32flt: *mut i32id: *mut i8als: *mut i8allele: *mut *mut i8info: *mut bcf_info_tfmt: *mut bcf_fmt_tvar: *mut variant_tn_var: i32var_type: i32shared_dirty: i32indiv_dirty: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.