Union binaryen_sys::BinaryenLiteral__bindgen_ty_1 [] [src]

#[repr(C)]
pub union BinaryenLiteral__bindgen_ty_1 { pub i32: i32, pub i64: i64, pub f32: f32, pub f64: f64, // some fields omitted }

Fields

i32: i32 i64: i64 f32: f32 f64: f64

Trait Implementations

impl Copy for BinaryenLiteral__bindgen_ty_1
[src]

impl Clone for BinaryenLiteral__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more