Union cups_sys::__mbstate_t [] [src]

#[repr(C)]
pub union __mbstate_t { pub __mbstate8: [c_char; 128], pub _mbstateL: c_longlong, // some fields omitted }

Fields

__mbstate8: [c_char; 128] _mbstateL: c_longlong

Trait Implementations

impl Copy for __mbstate_t
[src]

impl Clone for __mbstate_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more