Struct rust_htslib::htslib::bcf_dec_t
source · [−]#[repr(C)]pub struct bcf_dec_t {Show 18 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: i32indiv_dirty: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bcf_dec_t
impl !Send for bcf_dec_t
impl !Sync for bcf_dec_t
impl Unpin for bcf_dec_t
impl UnwindSafe for bcf_dec_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more