mbstate_t

Type Alias mbstate_t 

Source
pub type mbstate_t = _Mbstatet;

Aliased Type§

#[repr(C)]
pub struct mbstate_t { pub _Wchar: u32, pub _Byte: u16, pub _State: u16, }

Fields§

§_Wchar: u32§_Byte: u16§_State: u16