Struct dfp::DecFloat32[][src]

pub struct DecFloat32(_);

Methods

impl DecFloat32
[src]

Trait Implementations

impl Clone for DecFloat32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DecFloat32
[src]

impl Debug for DecFloat32
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DecFloat32
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl AddAssign for DecFloat32
[src]

Performs the += operation.

impl SubAssign for DecFloat32
[src]

Performs the -= operation.

impl MulAssign for DecFloat32
[src]

Performs the *= operation.

impl DivAssign for DecFloat32
[src]

Performs the /= operation.

impl Add for DecFloat32
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Sub for DecFloat32
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Mul for DecFloat32
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Div for DecFloat32
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl FromStr for DecFloat32
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for DecFloat32
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DecFloat32

impl Sync for DecFloat32