Struct rust_htslib::htslib::drand48_data
source · pub struct drand48_data {
pub __x: [u16; 3],
pub __old_x: [u16; 3],
pub __c: u16,
pub __init: u16,
pub __a: u64,
}
Fields§
§__x: [u16; 3]
§__old_x: [u16; 3]
§__c: u16
§__init: u16
§__a: u64
Trait Implementations§
source§impl Clone for drand48_data
impl Clone for drand48_data
source§fn clone(&self) -> drand48_data
fn clone(&self) -> drand48_data
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more