Struct dfp::DecFloat128[][src]

pub struct DecFloat128(_);

Methods

impl DecFloat128
[src]

Trait Implementations

impl Clone for DecFloat128
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DecFloat128
[src]

impl Debug for DecFloat128
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DecFloat128
[src]

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

This method tests for !=.

impl From<i32> for DecFloat128
[src]

Performs the conversion.

impl From<u32> for DecFloat128
[src]

Performs the conversion.

impl From<i64> for DecFloat128
[src]

Performs the conversion.

impl From<u64> for DecFloat128
[src]

Performs the conversion.

impl AddAssign for DecFloat128
[src]

Performs the += operation.

impl SubAssign for DecFloat128
[src]

Performs the -= operation.

impl MulAssign for DecFloat128
[src]

Performs the *= operation.

impl DivAssign for DecFloat128
[src]

Performs the /= operation.

impl Add for DecFloat128
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Sub for DecFloat128
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Mul for DecFloat128
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Div for DecFloat128
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl FromStr for DecFloat128
[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 DecFloat128
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DecFloat128

impl Sync for DecFloat128