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