#[repr(u32)]pub enum UNumberTrailingZeroDisplay {
UNUM_TRAILING_ZERO_AUTO = 0,
UNUM_TRAILING_ZERO_HIDE_IF_WHOLE = 1,
}Variants§
Trait Implementations§
Source§impl Clone for UNumberTrailingZeroDisplay
impl Clone for UNumberTrailingZeroDisplay
Source§fn clone(&self) -> UNumberTrailingZeroDisplay
fn clone(&self) -> UNumberTrailingZeroDisplay
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 UNumberTrailingZeroDisplay
impl Debug for UNumberTrailingZeroDisplay
Source§impl Hash for UNumberTrailingZeroDisplay
impl Hash for UNumberTrailingZeroDisplay
Source§impl PartialOrd for UNumberTrailingZeroDisplay
impl PartialOrd for UNumberTrailingZeroDisplay
impl Copy for UNumberTrailingZeroDisplay
impl Eq for UNumberTrailingZeroDisplay
impl StructuralPartialEq for UNumberTrailingZeroDisplay
Auto Trait Implementations§
impl Freeze for UNumberTrailingZeroDisplay
impl RefUnwindSafe for UNumberTrailingZeroDisplay
impl Send for UNumberTrailingZeroDisplay
impl Sync for UNumberTrailingZeroDisplay
impl Unpin for UNumberTrailingZeroDisplay
impl UnwindSafe for UNumberTrailingZeroDisplay
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