Struct rust_htslib::htslib::vcf::Union_wait   
                   
                       [−]
                   
               [src]
pub struct Union_wait {
    pub _bindgen_data_: [u32; 1],
}Fields
_bindgen_data_: [u32; 1]
                           Methods
impl Union_wait[src]
unsafe fn w_status(&mut self) -> *mut c_int
unsafe fn __wait_terminated(&mut self) -> *mut Struct_Unnamed8
unsafe fn __wait_stopped(&mut self) -> *mut Struct_Unnamed9
Trait Implementations
impl Clone for Union_wait[src]
fn clone(&self) -> Union_wait
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_wait[src]
impl Default for Union_wait[src]
fn default() -> Union_wait
Returns the "default value" for a type. Read more