#[repr(u32)]pub enum UNumberFormatFields {
Show 15 variants
UNUM_INTEGER_FIELD = 0,
UNUM_FRACTION_FIELD = 1,
UNUM_DECIMAL_SEPARATOR_FIELD = 2,
UNUM_EXPONENT_SYMBOL_FIELD = 3,
UNUM_EXPONENT_SIGN_FIELD = 4,
UNUM_EXPONENT_FIELD = 5,
UNUM_GROUPING_SEPARATOR_FIELD = 6,
UNUM_CURRENCY_FIELD = 7,
UNUM_PERCENT_FIELD = 8,
UNUM_PERMILL_FIELD = 9,
UNUM_SIGN_FIELD = 10,
UNUM_MEASURE_UNIT_FIELD = 11,
UNUM_COMPACT_FIELD = 12,
UNUM_APPROXIMATELY_SIGN_FIELD = 13,
UNUM_FIELD_COUNT = 14,
}Variants§
UNUM_INTEGER_FIELD = 0
UNUM_FRACTION_FIELD = 1
UNUM_DECIMAL_SEPARATOR_FIELD = 2
UNUM_EXPONENT_SYMBOL_FIELD = 3
UNUM_EXPONENT_SIGN_FIELD = 4
UNUM_EXPONENT_FIELD = 5
UNUM_GROUPING_SEPARATOR_FIELD = 6
UNUM_CURRENCY_FIELD = 7
UNUM_PERCENT_FIELD = 8
UNUM_PERMILL_FIELD = 9
UNUM_SIGN_FIELD = 10
UNUM_MEASURE_UNIT_FIELD = 11
UNUM_COMPACT_FIELD = 12
UNUM_APPROXIMATELY_SIGN_FIELD = 13
UNUM_FIELD_COUNT = 14
Trait Implementations§
Source§impl Clone for UNumberFormatFields
impl Clone for UNumberFormatFields
Source§fn clone(&self) -> UNumberFormatFields
fn clone(&self) -> UNumberFormatFields
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 Debug for UNumberFormatFields
impl Debug for UNumberFormatFields
Source§impl Hash for UNumberFormatFields
impl Hash for UNumberFormatFields
Source§impl PartialEq for UNumberFormatFields
impl PartialEq for UNumberFormatFields
Source§impl PartialOrd for UNumberFormatFields
impl PartialOrd for UNumberFormatFields
impl Copy for UNumberFormatFields
impl Eq for UNumberFormatFields
impl StructuralPartialEq for UNumberFormatFields
Auto Trait Implementations§
impl Freeze for UNumberFormatFields
impl RefUnwindSafe for UNumberFormatFields
impl Send for UNumberFormatFields
impl Sync for UNumberFormatFields
impl Unpin for UNumberFormatFields
impl UnwindSafe for UNumberFormatFields
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