Struct dec64::Dec64 [] [src]

pub struct Dec64 { /* fields omitted */ }

Methods

impl Dec64
[src]

impl Dec64
[src]

Trait Implementations

impl Clone for Dec64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Dec64
[src]

impl Debug for Dec64
[src]

Formats the value using the given formatter.

impl PartialEq<Dec64> for Dec64
[src]

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

This method tests for !=.

impl From<f64> for Dec64
[src]

Performs the conversion.

impl From<f32> for Dec64
[src]

Performs the conversion.

impl From<usize> for Dec64
[src]

Performs the conversion.

impl From<u8> for Dec64
[src]

Performs the conversion.

impl From<u16> for Dec64
[src]

Performs the conversion.

impl From<u32> for Dec64
[src]

Performs the conversion.

impl From<u64> for Dec64
[src]

Performs the conversion.

impl From<isize> for Dec64
[src]

Performs the conversion.

impl From<i8> for Dec64
[src]

Performs the conversion.

impl From<i16> for Dec64
[src]

Performs the conversion.

impl From<i32> for Dec64
[src]

Performs the conversion.

impl From<i64> for Dec64
[src]

Performs the conversion.