[−][src]Module fixed::traits
Traits for conversions and for generic use of fixed-point numbers.
Traits
| Fixed | This trait provides methods common to all fixed-point numbers. |
| FixedOptionalFeatures | This trait is used to provide supertraits to the |
| FixedSigned | This trait provides methods common to all signed fixed-point numbers. |
| FixedUnsigned | This trait provides methods common to all unsigned fixed-point numbers. |
| FromFixed | This trait provides checked conversions from fixed-point numbers. |
| LosslessTryFrom | This trait provides lossless conversions that might be fallible. |
| LosslessTryInto | This trait provides lossless conversions that might be fallible.
This is the reciprocal of |
| LossyFrom | This trait provides infallible conversions that might be lossy. |
| LossyInto | This trait provides infallible conversions that might be lossy.
This is the reciprocal of |
| ToFixed | This trait provides checked conversions to fixed-point numbers. |