#[repr(C)]
pub union __mbstate_t {
pub __mbstate8: [c_char; 128],
pub _mbstateL: c_longlong,
}
Fields§
§__mbstate8: [c_char; 128]
§_mbstateL: c_longlong
Trait Implementations§
source§impl Clone for __mbstate_t
impl Clone for __mbstate_t
source§fn clone(&self) -> __mbstate_t
fn clone(&self) -> __mbstate_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more