pub struct FixedPoint(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for FixedPoint
impl Clone for FixedPoint
Source§fn clone(&self) -> FixedPoint
fn clone(&self) -> FixedPoint
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 FixedPoint
impl Debug for FixedPoint
Source§impl Default for FixedPoint
impl Default for FixedPoint
Source§impl Display for FixedPoint
impl Display for FixedPoint
Source§impl From<FixedPoint> for Value
impl From<FixedPoint> for Value
Source§fn from(fp: FixedPoint) -> Self
fn from(fp: FixedPoint) -> Self
Converts to this type from the input type.
Source§impl From<FixedPoint> for f32
impl From<FixedPoint> for f32
Source§fn from(fp: FixedPoint) -> Self
fn from(fp: FixedPoint) -> Self
Converts to this type from the input type.
Source§impl From<f32> for FixedPoint
impl From<f32> for FixedPoint
impl Copy for FixedPoint
Auto Trait Implementations§
impl Freeze for FixedPoint
impl RefUnwindSafe for FixedPoint
impl Send for FixedPoint
impl Sync for FixedPoint
impl Unpin for FixedPoint
impl UnwindSafe for FixedPoint
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