Struct rust_htslib::htslib::bcf_idpair_t
source · pub struct bcf_idpair_t {
pub key: *const i8,
pub val: *const bcf_idinfo_t,
}
Fields§
§key: *const i8
§val: *const bcf_idinfo_t
Trait Implementations§
source§impl Clone for bcf_idpair_t
impl Clone for bcf_idpair_t
source§fn clone(&self) -> bcf_idpair_t
fn clone(&self) -> bcf_idpair_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