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

pub struct Struct_random_data {
    pub fptr: *mut int32_t,
    pub rptr: *mut int32_t,
    pub state: *mut int32_t,
    pub rand_type: c_int,
    pub rand_deg: c_int,
    pub rand_sep: c_int,
    pub end_ptr: *mut int32_t,
}

Fields

Trait Implementations

impl Copy for Struct_random_data
[src]

impl Clone for Struct_random_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_random_data
[src]

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