Struct vips_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
__x: [c_ushort; 3]
__old_x: [c_ushort; 3]
__c: c_ushort
__init: c_ushort
__a: c_ulonglong
Trait Implementations
impl Debug for drand48_data
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for drand48_data
[src]
impl Clone for drand48_data
[src]
fn clone(&self) -> drand48_data
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more