[−][src]Struct libR_sys::threadlocaleinfostruct
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_dataTrait Implementations
impl Clone for threadlocaleinfostruct[src]
pub fn clone(&self) -> threadlocaleinfostruct[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for threadlocaleinfostruct[src]
impl Debug for threadlocaleinfostruct[src]
Auto Trait Implementations
impl RefUnwindSafe for threadlocaleinfostruct[src]
impl !Send for threadlocaleinfostruct[src]
impl !Sync for threadlocaleinfostruct[src]
impl Unpin for threadlocaleinfostruct[src]
impl UnwindSafe for threadlocaleinfostruct[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,