Struct binaryen::ffi::drand48_data[][src]

#[repr(C)]
pub struct drand48_data { pub __x: [u16; 3], pub __old_x: [u16; 3], pub __c: u16, pub __init: u16, pub __a: u64, }

Fields

Trait Implementations

impl Clone for drand48_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for drand48_data
[src]

Formats the value using the given formatter. Read more

impl Copy for drand48_data
[src]

Auto Trait Implementations