Struct hip_sys::hiprt::__locale_data
source · #[repr(C)]pub struct __locale_data {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
source§impl Clone for __locale_data
impl Clone for __locale_data
source§fn clone(&self) -> __locale_data
fn clone(&self) -> __locale_data
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_data
impl Debug for __locale_data
source§impl Default for __locale_data
impl Default for __locale_data
source§fn default() -> __locale_data
fn default() -> __locale_data
Returns the “default value” for a type. Read more
source§impl Hash for __locale_data
impl Hash for __locale_data
source§impl Ord for __locale_data
impl Ord for __locale_data
source§fn cmp(&self, other: &__locale_data) -> Ordering
fn cmp(&self, other: &__locale_data) -> 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_data> for __locale_data
impl PartialEq<__locale_data> for __locale_data
source§fn eq(&self, other: &__locale_data) -> bool
fn eq(&self, other: &__locale_data) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<__locale_data> for __locale_data
impl PartialOrd<__locale_data> for __locale_data
source§fn partial_cmp(&self, other: &__locale_data) -> Option<Ordering>
fn partial_cmp(&self, other: &__locale_data) -> 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_data
impl Eq for __locale_data
impl StructuralEq for __locale_data
impl StructuralPartialEq for __locale_data
Auto Trait Implementations§
impl RefUnwindSafe for __locale_data
impl Send for __locale_data
impl Sync for __locale_data
impl Unpin for __locale_data
impl UnwindSafe for __locale_data
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