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
fptr: *mut int32_t
rptr: *mut int32_t
state: *mut int32_t
rand_type: c_int
rand_deg: c_int
rand_sep: c_int
end_ptr: *mut int32_t
Trait Implementations
impl Copy for Struct_random_data[src]
impl Clone for Struct_random_data[src]
fn clone(&self) -> Struct_random_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 Default for Struct_random_data[src]
fn default() -> Struct_random_data
Returns the "default value" for a type. Read more