#[repr(C)]
pub struct threadlocaleinfostruct {
Show 18 fields 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

refcount: c_intlc_codepage: c_uintlc_collate_cp: c_uintlc_handle: [c_ulong; 6]lc_id: [LC_ID; 6]lc_category: [threadlocaleinfostruct__bindgen_ty_1; 6]lc_clike: c_intmb_cur_max: c_intlconv_intl_refcount: *mut c_intlconv_num_refcount: *mut c_intlconv_mon_refcount: *mut c_intlconv: *mut lconvctype1_refcount: *mut c_intctype1: *mut c_ushortpctype: *const c_ushortpclmap: *const c_ucharpcumap: *const c_ucharlc_time_curr: *mut __lc_time_data

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.