Struct rcap::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 Copy for Struct_drand48_data
[src]

impl Clone for Struct_drand48_data
[src]

fn clone(&self) -> Self

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_drand48_data
[src]

fn default() -> Self

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