[−][src]Module num_traits::ops::checked
Traits
CheckedAdd | Performs addition that returns |
CheckedDiv | Performs division that returns |
CheckedMul | Performs multiplication that returns |
CheckedNeg | Performs negation that returns |
CheckedRem | Performs an integral remainder that returns |
CheckedShl | Performs a left shift that returns |
CheckedShr | Performs a right shift that returns |
CheckedSub | Performs subtraction that returns |