#[repr(C)]pub struct __crt_locale_pointers {
pub locinfo: *mut __crt_locale_data,
pub mbcinfo: *mut __crt_multibyte_data,
}
Fields§
§locinfo: *mut __crt_locale_data
§mbcinfo: *mut __crt_multibyte_data
Trait Implementations§
Source§impl Clone for __crt_locale_pointers
impl Clone for __crt_locale_pointers
Source§fn clone(&self) -> __crt_locale_pointers
fn clone(&self) -> __crt_locale_pointers
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_pointers
impl Debug for __crt_locale_pointers
Source§impl Ord for __crt_locale_pointers
impl Ord for __crt_locale_pointers
Source§fn cmp(&self, other: &__crt_locale_pointers) -> Ordering
fn cmp(&self, other: &__crt_locale_pointers) -> 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_pointers
impl PartialEq for __crt_locale_pointers
Source§impl PartialOrd for __crt_locale_pointers
impl PartialOrd for __crt_locale_pointers
impl Copy for __crt_locale_pointers
impl Eq for __crt_locale_pointers
impl StructuralPartialEq for __crt_locale_pointers
Auto Trait Implementations§
impl Freeze for __crt_locale_pointers
impl RefUnwindSafe for __crt_locale_pointers
impl !Send for __crt_locale_pointers
impl !Sync for __crt_locale_pointers
impl Unpin for __crt_locale_pointers
impl UnwindSafe for __crt_locale_pointers
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