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

pub struct Union_Unnamed16 {
    pub _bindgen_data_: [u64; 5],
}

Fields

_bindgen_data_: [u64; 5]

Methods

impl Union_Unnamed16
[src]

unsafe fn __data(&mut self) -> *mut Struct___pthread_mutex_s

unsafe fn __size(&mut self) -> *mut [c_char; 40]

unsafe fn __align(&mut self) -> *mut c_long

Trait Implementations

impl Clone for Union_Unnamed16
[src]

fn clone(&self) -> Union_Unnamed16

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

impl Default for Union_Unnamed16
[src]

fn default() -> Union_Unnamed16

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