Union lua_jit_sys::__mbstate_t__bindgen_ty_1 [] [src]

#[repr(C)]
pub union __mbstate_t__bindgen_ty_1 { pub __wch: c_uint, pub __wchb: [c_char; 4], // some fields omitted }

Fields

__wch: c_uint __wchb: [c_char; 4]

Trait Implementations

impl Copy for __mbstate_t__bindgen_ty_1
[src]

impl Clone for __mbstate_t__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more