Type Alias mbstate_t

Source
pub type mbstate_t = _Mbstatet;

Aliased Type§

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

Fields§

§_Wchar: u64§_Byte: u16§_State: u16