pub struct FixedScale16 {}
Expand description
A fixed point Uint with 16 decimal places
Trait Implementations§
Source§impl Clone for FixedScale16
impl Clone for FixedScale16
Source§fn clone(&self) -> FixedScale16
fn clone(&self) -> FixedScale16
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 FixedScale16
impl Debug for FixedScale16
Source§impl FixedScale for FixedScale16
impl FixedScale for FixedScale16
Auto Trait Implementations§
impl Freeze for FixedScale16
impl RefUnwindSafe for FixedScale16
impl Send for FixedScale16
impl Sync for FixedScale16
impl Unpin for FixedScale16
impl UnwindSafe for FixedScale16
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