#[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 duplicate 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
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UNumberDecimalSeparatorDisplay
impl PartialOrd for UNumberDecimalSeparatorDisplay
impl Copy for UNumberDecimalSeparatorDisplay
impl Eq for UNumberDecimalSeparatorDisplay
impl StructuralPartialEq for UNumberDecimalSeparatorDisplay
Auto Trait Implementations§
impl Freeze for UNumberDecimalSeparatorDisplay
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