pub struct FixedPointU8(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for FixedPointU8
impl Clone for FixedPointU8
Source§fn clone(&self) -> FixedPointU8
fn clone(&self) -> FixedPointU8
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 FixedPointU8
impl Debug for FixedPointU8
Source§impl PartialEq for FixedPointU8
impl PartialEq for FixedPointU8
Source§impl Serialize for FixedPointU8
impl Serialize for FixedPointU8
impl Copy for FixedPointU8
impl Eq for FixedPointU8
impl StructuralPartialEq for FixedPointU8
Auto Trait Implementations§
impl Freeze for FixedPointU8
impl RefUnwindSafe for FixedPointU8
impl Send for FixedPointU8
impl Sync for FixedPointU8
impl Unpin for FixedPointU8
impl UnwindSafe for FixedPointU8
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