Struct rust_htslib::htslib::vcf::Union_Unnamed38 [] [src]

pub struct Union_Unnamed38 {
    pub _bindgen_data_: [u32; 1],
}

Fields

_bindgen_data_: [u32; 1]

Methods

impl Union_Unnamed38
[src]

unsafe fn i(&mut self) -> *mut int32_t

unsafe fn f(&mut self) -> *mut c_float

Trait Implementations

impl Clone for Union_Unnamed38
[src]

fn clone(&self) -> Union_Unnamed38

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 Union_Unnamed38
[src]

impl Default for Union_Unnamed38
[src]

fn default() -> Union_Unnamed38

Returns the "default value" for a type. Read more