Struct rust_htslib::htslib::Union_Unnamed3 [] [src]

pub struct Union_Unnamed3 {
    pub _bindgen_data_: [u64; 1],
}

Fields

_bindgen_data_: [u64; 1]

Methods

impl Union_Unnamed3
[src]

unsafe fn bgzf(&mut self) -> *mut *mut BGZF

unsafe fn cram(&mut self) -> *mut *mut Struct_cram_fd

unsafe fn hfile(&mut self) -> *mut *mut Struct_hFILE

unsafe fn voidp(&mut self) -> *mut *mut c_void

Trait Implementations

impl Clone for Union_Unnamed3
[src]

fn clone(&self) -> Union_Unnamed3

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

impl Default for Union_Unnamed3
[src]

fn default() -> Union_Unnamed3

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