Struct rust_htslib::htslib::bcf_info_t [−][src]
#[repr(C)]pub struct bcf_info_t { pub key: i32, pub type_: i32, pub v1: bcf_info_t__bindgen_ty_1, pub vptr: *mut u8, pub vptr_len: u32, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>, pub len: i32, }
Fields
key: i32
type_: i32
v1: bcf_info_t__bindgen_ty_1
vptr: *mut u8
vptr_len: u32
_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
len: i32
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bcf_info_t
impl !Send for bcf_info_t
impl !Sync for bcf_info_t
impl Unpin for bcf_info_t
impl UnwindSafe for bcf_info_t
Blanket Implementations
Mutably borrows from an owned value. Read more