#[repr(u32)]pub enum UNumberFormatTextAttribute {
UNUM_POSITIVE_PREFIX = 0,
UNUM_POSITIVE_SUFFIX = 1,
UNUM_NEGATIVE_PREFIX = 2,
UNUM_NEGATIVE_SUFFIX = 3,
UNUM_PADDING_CHARACTER = 4,
UNUM_CURRENCY_CODE = 5,
UNUM_DEFAULT_RULESET = 6,
UNUM_PUBLIC_RULESETS = 7,
}
Variants§
UNUM_POSITIVE_PREFIX = 0
UNUM_POSITIVE_SUFFIX = 1
UNUM_NEGATIVE_PREFIX = 2
UNUM_NEGATIVE_SUFFIX = 3
UNUM_PADDING_CHARACTER = 4
UNUM_CURRENCY_CODE = 5
UNUM_DEFAULT_RULESET = 6
UNUM_PUBLIC_RULESETS = 7
Trait Implementations§
Source§impl Clone for UNumberFormatTextAttribute
impl Clone for UNumberFormatTextAttribute
Source§fn clone(&self) -> UNumberFormatTextAttribute
fn clone(&self) -> UNumberFormatTextAttribute
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 UNumberFormatTextAttribute
impl Debug for UNumberFormatTextAttribute
Source§impl Hash for UNumberFormatTextAttribute
impl Hash for UNumberFormatTextAttribute
Source§impl PartialOrd for UNumberFormatTextAttribute
impl PartialOrd for UNumberFormatTextAttribute
impl Copy for UNumberFormatTextAttribute
impl Eq for UNumberFormatTextAttribute
impl StructuralPartialEq for UNumberFormatTextAttribute
Auto Trait Implementations§
impl Freeze for UNumberFormatTextAttribute
impl RefUnwindSafe for UNumberFormatTextAttribute
impl Send for UNumberFormatTextAttribute
impl Sync for UNumberFormatTextAttribute
impl Unpin for UNumberFormatTextAttribute
impl UnwindSafe for UNumberFormatTextAttribute
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§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
)