Union arduino_esp::_mbstate_t__bindgen_ty_1 [] [src]

#[repr(C)]
pub union _mbstate_t__bindgen_ty_1 { pub __wch: wint_t, pub __wchb: [c_uchar; 4], // some fields omitted }

Fields

__wch: wint_t __wchb: [c_uchar; 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