Struct rust_htslib::htslib::bcf_info_t [] [src]

#[repr(C)]
pub struct bcf_info_t { pub key: c_int, pub type_: c_int, pub len: c_int, pub v1: bcf_info_t__bindgen_ty_1, pub vptr: *mut u8, pub vptr_len: u32, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>, }

Fields

Methods

impl bcf_info_t
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for bcf_info_t
[src]

impl Clone for bcf_info_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_info_t

impl !Sync for bcf_info_t