Struct rust_htslib::htslib::bcf_hrec_t
source · #[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§
§type_: c_int
§key: *mut c_char
§value: *mut c_char
§nkeys: c_int
§keys: *mut *mut c_char
§vals: *mut *mut c_char
Trait Implementations§
source§impl Clone for bcf_hrec_t
impl Clone for bcf_hrec_t
source§fn clone(&self) -> bcf_hrec_t
fn clone(&self) -> bcf_hrec_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more