Struct emscripten_sys::em_variant_val [] [src]

#[repr(C)]
pub struct em_variant_val { pub i: __BindgenUnionField<c_int>, pub f: __BindgenUnionField<f32>, pub d: __BindgenUnionField<f64>, pub vp: __BindgenUnionField<*mut c_void>, pub cp: __BindgenUnionField<*mut c_char>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Debug for em_variant_val
[src]

Formats the value using the given formatter.

impl Copy for em_variant_val
[src]

impl Clone for em_variant_val
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more