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