Struct rust_htslib::htslib::vcf::Struct_drand48_data   
                   
                       [−]
                   
               [src]
pub struct Struct_drand48_data {
    pub __x: [c_ushort; 3],
    pub __old_x: [c_ushort; 3],
    pub __c: c_ushort,
    pub __init: c_ushort,
    pub __a: c_ulonglong,
}Fields
__x: [c_ushort; 3]
                           __old_x: [c_ushort; 3]
                           __c: c_ushort
                           __init: c_ushort
                           __a: c_ulonglong
                           Trait Implementations
impl Clone for Struct_drand48_data[src]
fn clone(&self) -> Struct_drand48_data
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_drand48_data[src]
impl Default for Struct_drand48_data[src]
fn default() -> Struct_drand48_data
Returns the "default value" for a type. Read more