pub type threadlocinfo = threadlocaleinfostruct;Aliased Type§
#[repr(C)]pub struct threadlocinfo {
pub _locale_pctype: *const u16,
pub _locale_mb_cur_max: i32,
pub _locale_lc_codepage: u32,
}Fields§
§_locale_pctype: *const u16§_locale_mb_cur_max: i32§_locale_lc_codepage: u32