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