pub struct UDecimal { /* private fields */ }Expand description
Unsigned fixed-point decimal type
Implementations§
Trait Implementations§
impl Copy for UDecimal
impl Eq for UDecimal
Source§impl Ord for UDecimal
impl Ord for UDecimal
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
impl Freeze for UDecimal
impl RefUnwindSafe for UDecimal
impl Send for UDecimal
impl Sync for UDecimal
impl Unpin for UDecimal
impl UnsafeUnpin for UDecimal
impl UnwindSafe for UDecimal
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