Struct literalext::FloatLit [] [src]

pub struct FloatLit { /* fields omitted */ }

A type which represents a floating point value.

Methods

impl FloatLit
[src]

Get the suffix for the float.

Returns None if the suffix does not match the requested type.

Returns None if the suffix does not match the requested type.

Trait Implementations

impl Debug for FloatLit
[src]

Formats the value using the given formatter.

impl Copy for FloatLit
[src]

impl Clone for FloatLit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FloatLit
[src]

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

This method tests for !=.