Module overflowing

Source
Expand description

Overflowing number types.

Modules§

columnar 🔒
overflowing_support 🔒

Macros§

impl_overflowing 🔒
impl_overflowing_from 🔒
impl_overflowing_from_overflowing 🔒
impl_overflowing_signed 🔒
impl_overflowing_try_from 🔒
overflowing 🔒

Structs§

Overflowing
Overflowing number. Operations panic on overflow, even in release mode.

Enums§

OverflowingBehavior
The behavior of the Overflowing type when an overflow occurs.

Functions§

set_behavior
Set the overflowing behavior for the process.