Struct binaryen_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]

[src]

Formats the value using the given formatter.

impl Copy for drand48_data
[src]

impl Clone for drand48_data
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more