#[repr(u32)]pub enum UNumberDecimalSeparatorDisplay {
UNUM_DECIMAL_SEPARATOR_AUTO = 0,
UNUM_DECIMAL_SEPARATOR_ALWAYS = 1,
UNUM_DECIMAL_SEPARATOR_COUNT = 2,
}
Variants§
Trait Implementations§
source§impl Clone for UNumberDecimalSeparatorDisplay
impl Clone for UNumberDecimalSeparatorDisplay
source§fn clone(&self) -> UNumberDecimalSeparatorDisplay
fn clone(&self) -> UNumberDecimalSeparatorDisplay
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 PartialEq for UNumberDecimalSeparatorDisplay
impl PartialEq for UNumberDecimalSeparatorDisplay
source§fn eq(&self, other: &UNumberDecimalSeparatorDisplay) -> bool
fn eq(&self, other: &UNumberDecimalSeparatorDisplay) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UNumberDecimalSeparatorDisplay
impl PartialOrd for UNumberDecimalSeparatorDisplay
source§fn partial_cmp(
&self,
other: &UNumberDecimalSeparatorDisplay
) -> Option<Ordering>
fn partial_cmp( &self, other: &UNumberDecimalSeparatorDisplay ) -> 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 UNumberDecimalSeparatorDisplay
impl Eq for UNumberDecimalSeparatorDisplay
impl StructuralPartialEq for UNumberDecimalSeparatorDisplay
Auto Trait Implementations§
impl RefUnwindSafe for UNumberDecimalSeparatorDisplay
impl Send for UNumberDecimalSeparatorDisplay
impl Sync for UNumberDecimalSeparatorDisplay
impl Unpin for UNumberDecimalSeparatorDisplay
impl UnwindSafe for UNumberDecimalSeparatorDisplay
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