Module bitflags::__core::num [] [src]

Additional functionality for numerics.

This module provides some extra types that are useful when doing numerical work. See the individual documentation for each piece for more information.

Modules

wrapping [Unstable]

Structs

ParseFloatError

An error which can be returned when parsing a float.

ParseIntError

An error which can be returned when parsing an integer.

Wrapping

Provides intentionally-wrapped arithmetic on T.

Enums

FpCategory

A classification of floating point numbers.

Traits

One [Unstable]

Types that have a "one" value.

Zero [Unstable]

Types that have a "zero" value.