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

Trait Implementations

impl Copy for BinaryenLiteral__bindgen_ty_1
[src]

impl Clone for BinaryenLiteral__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations