Struct rust_htslib::htslib::bcf_hrec_t[][src]

#[repr(C)]
pub struct bcf_hrec_t { pub type_: c_int, pub key: *mut c_char, pub value: *mut c_char, pub nkeys: c_int, pub keys: *mut *mut c_char, pub vals: *mut *mut c_char, }

Fields

Trait Implementations

impl Debug for bcf_hrec_t
[src]

Formats the value using the given formatter. Read more

impl Copy for bcf_hrec_t
[src]

impl Clone for bcf_hrec_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for bcf_hrec_t

impl !Sync for bcf_hrec_t