Struct dtoa_short::Notation [] [src]

pub struct Notation {
    pub decimal_point: bool,
    pub scientific: bool,
}

Form of the formatted floating-point number.

Fields

Whether it contains a decimal point.

Whether it uses E-notation.

Trait Implementations

impl Debug for Notation
[src]

Formats the value using the given formatter.

impl PartialEq for Notation
[src]

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

This method tests for !=.

impl Eq for Notation
[src]

impl Clone for Notation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Notation
[src]