#[repr(C)]pub struct threadlocaleinfostruct {
pub _locale_pctype: *const c_ushort,
pub _locale_mb_cur_max: c_int,
pub _locale_lc_codepage: c_uint,
}Fields§
§_locale_pctype: *const c_ushort§_locale_mb_cur_max: c_int§_locale_lc_codepage: c_uintTrait Implementations§
Source§impl Clone for threadlocaleinfostruct
impl Clone for threadlocaleinfostruct
Source§fn clone(&self) -> threadlocaleinfostruct
fn clone(&self) -> threadlocaleinfostruct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for threadlocaleinfostruct
impl Debug for threadlocaleinfostruct
impl Copy for threadlocaleinfostruct
Auto Trait Implementations§
impl Freeze for threadlocaleinfostruct
impl RefUnwindSafe for threadlocaleinfostruct
impl !Send for threadlocaleinfostruct
impl !Sync for threadlocaleinfostruct
impl Unpin for threadlocaleinfostruct
impl UnwindSafe for threadlocaleinfostruct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more