Struct scintilla_sys::threadlocaleinfostruct[][src]

#[repr(C)]
pub struct threadlocaleinfostruct { pub refcount: c_int, pub lc_codepage: c_uint, pub lc_collate_cp: c_uint, pub lc_handle: [c_ulong; 6], pub lc_id: [LC_ID; 6], pub lc_category: [threadlocaleinfostruct__bindgen_ty_1; 6], pub lc_clike: c_int, pub mb_cur_max: c_int, pub lconv_intl_refcount: *mut c_int, pub lconv_num_refcount: *mut c_int, pub lconv_mon_refcount: *mut c_int, pub lconv: *mut lconv, pub ctype1_refcount: *mut c_int, pub ctype1: *mut c_ushort, pub pctype: *const c_ushort, pub pclmap: *const c_uchar, pub pcumap: *const c_uchar, pub lc_time_curr: *mut __lc_time_data, }

Fields

Trait Implementations

impl Debug for threadlocaleinfostruct
[src]

Formats the value using the given formatter. Read more

impl Copy for threadlocaleinfostruct
[src]

impl Clone for threadlocaleinfostruct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations