Struct sleef_sys::drand48_data[][src]

#[repr(C)]
pub 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

Trait Implementations

impl Debug for drand48_data
[src]

Formats the value using the given formatter. Read more

impl Copy for drand48_data
[src]

impl Clone for drand48_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations