Type Alias pq_sys::threadlocinfo

source ·
pub type threadlocinfo = threadlocaleinfostruct;

Aliased Type§

struct threadlocinfo {
Show 18 fields pub refcount: i32, pub lc_codepage: u32, pub lc_collate_cp: u32, pub lc_handle: [u32; 6], pub lc_id: [tagLC_ID; 6], pub lc_category: [threadlocaleinfostruct__bindgen_ty_1; 6], pub lc_clike: i32, pub mb_cur_max: i32, pub lconv_intl_refcount: *mut i32, pub lconv_num_refcount: *mut i32, pub lconv_mon_refcount: *mut i32, pub lconv: *mut lconv, pub ctype1_refcount: *mut i32, pub ctype1: *mut u16, pub pctype: *const u16, pub pclmap: *const u8, pub pcumap: *const u8, pub lc_time_curr: *mut __lc_time_data,
}

Fields§

§refcount: i32§lc_codepage: u32§lc_collate_cp: u32§lc_handle: [u32; 6]§lc_id: [tagLC_ID; 6]§lc_category: [threadlocaleinfostruct__bindgen_ty_1; 6]§lc_clike: i32§mb_cur_max: i32§lconv_intl_refcount: *mut i32§lconv_num_refcount: *mut i32§lconv_mon_refcount: *mut i32§lconv: *mut lconv§ctype1_refcount: *mut i32§ctype1: *mut u16§pctype: *const u16§pclmap: *const u8§pcumap: *const u8§lc_time_curr: *mut __lc_time_data