Struct windows::Win32::Globalization::ULocaleDataDelimiterType
#[repr(transparent)]pub struct ULocaleDataDelimiterType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ULocaleDataDelimiterType
impl Clone for ULocaleDataDelimiterType
§fn clone(&self) -> ULocaleDataDelimiterType
fn clone(&self) -> ULocaleDataDelimiterType
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 more§impl Debug for ULocaleDataDelimiterType
impl Debug for ULocaleDataDelimiterType
§impl Default for ULocaleDataDelimiterType
impl Default for ULocaleDataDelimiterType
§fn default() -> ULocaleDataDelimiterType
fn default() -> ULocaleDataDelimiterType
Returns the “default value” for a type. Read more
§impl PartialEq for ULocaleDataDelimiterType
impl PartialEq for ULocaleDataDelimiterType
§fn eq(&self, other: &ULocaleDataDelimiterType) -> bool
fn eq(&self, other: &ULocaleDataDelimiterType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ULocaleDataDelimiterType
impl Eq for ULocaleDataDelimiterType
impl StructuralPartialEq for ULocaleDataDelimiterType
Auto Trait Implementations§
impl Freeze for ULocaleDataDelimiterType
impl RefUnwindSafe for ULocaleDataDelimiterType
impl Send for ULocaleDataDelimiterType
impl Sync for ULocaleDataDelimiterType
impl Unpin for ULocaleDataDelimiterType
impl UnwindSafe for ULocaleDataDelimiterType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)