Struct rust_htslib::htslib::bcf1_t[][src]

#[repr(C)]
pub struct bcf1_t { pub rid: i32, pub pos: i32, pub rlen: i32, pub qual: f32, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8], u32>, 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

Methods

impl bcf1_t
[src]

Trait Implementations

impl Debug for bcf1_t
[src]

Formats the value using the given formatter. Read more

impl Copy for bcf1_t
[src]

impl Clone for bcf1_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for bcf1_t

impl !Sync for bcf1_t