Struct rust_htslib::htslib::vcf::Struct_Unnamed33   
                   
                       [−]
                   
               [src]
pub struct Struct_Unnamed33 {
    pub key: *const c_char,
    pub val: *const bcf_idinfo_t,
}Fields
key: *const c_char
                           val: *const bcf_idinfo_t
                           Trait Implementations
impl Clone for Struct_Unnamed33[src]
fn clone(&self) -> Struct_Unnamed33
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Struct_Unnamed33[src]
impl Default for Struct_Unnamed33[src]
fn default() -> Struct_Unnamed33
Returns the "default value" for a type. Read more