[−][src]Module num_traits::ops::wrapping
Traits
WrappingAdd | Performs addition that wraps around on overflow. |
WrappingMul | Performs multiplication that wraps around on overflow. |
WrappingShl | Performs a left shift that does not panic. |
WrappingShr | Performs a right shift that does not panic. |
WrappingSub | Performs subtraction that wraps around on overflow. |