#[repr(C)]pub struct __crt_locale_data_public {
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_uint
Trait Implementations§
Source§impl Clone for __crt_locale_data_public
impl Clone for __crt_locale_data_public
Source§fn clone(&self) -> __crt_locale_data_public
fn clone(&self) -> __crt_locale_data_public
Returns a copy 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 __crt_locale_data_public
impl Debug for __crt_locale_data_public
Source§impl Ord for __crt_locale_data_public
impl Ord for __crt_locale_data_public
Source§fn cmp(&self, other: &__crt_locale_data_public) -> Ordering
fn cmp(&self, other: &__crt_locale_data_public) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for __crt_locale_data_public
impl PartialEq for __crt_locale_data_public
Source§impl PartialOrd for __crt_locale_data_public
impl PartialOrd for __crt_locale_data_public
impl Copy for __crt_locale_data_public
impl Eq for __crt_locale_data_public
impl StructuralPartialEq for __crt_locale_data_public
Auto Trait Implementations§
impl Freeze for __crt_locale_data_public
impl RefUnwindSafe for __crt_locale_data_public
impl !Send for __crt_locale_data_public
impl !Sync for __crt_locale_data_public
impl Unpin for __crt_locale_data_public
impl UnwindSafe for __crt_locale_data_public
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