Struct hip_sys::hiprt::__locale_struct
source · #[repr(C)]pub struct __locale_struct {
pub __locales: [*mut __locale_data; 13],
pub __ctype_b: *const u16,
pub __ctype_tolower: *const i32,
pub __ctype_toupper: *const i32,
pub __names: [*const i8; 13],
}Fields§
§__locales: [*mut __locale_data; 13]§__ctype_b: *const u16§__ctype_tolower: *const i32§__ctype_toupper: *const i32§__names: [*const i8; 13]Trait Implementations§
source§impl Clone for __locale_struct
impl Clone for __locale_struct
source§fn clone(&self) -> __locale_struct
fn clone(&self) -> __locale_struct
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 __locale_struct
impl Debug for __locale_struct
source§impl Default for __locale_struct
impl Default for __locale_struct
source§fn default() -> __locale_struct
fn default() -> __locale_struct
Returns the “default value” for a type. Read more
source§impl Hash for __locale_struct
impl Hash for __locale_struct
source§impl Ord for __locale_struct
impl Ord for __locale_struct
source§fn cmp(&self, other: &__locale_struct) -> Ordering
fn cmp(&self, other: &__locale_struct) -> 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<__locale_struct> for __locale_struct
impl PartialEq<__locale_struct> for __locale_struct
source§fn eq(&self, other: &__locale_struct) -> bool
fn eq(&self, other: &__locale_struct) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<__locale_struct> for __locale_struct
impl PartialOrd<__locale_struct> for __locale_struct
source§fn partial_cmp(&self, other: &__locale_struct) -> Option<Ordering>
fn partial_cmp(&self, other: &__locale_struct) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for __locale_struct
impl Eq for __locale_struct
impl StructuralEq for __locale_struct
impl StructuralPartialEq for __locale_struct
Auto Trait Implementations§
impl RefUnwindSafe for __locale_struct
impl !Send for __locale_struct
impl !Sync for __locale_struct
impl Unpin for __locale_struct
impl UnwindSafe for __locale_struct
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