[][src]Struct opus_sys2::threadlocaleinfostruct

#[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

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

impl Clone for threadlocaleinfostruct[src]

impl Copy for threadlocaleinfostruct[src]

impl Debug for threadlocaleinfostruct[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.