Struct nan_preserving_float::F32 [] [src]

pub struct F32(_);

Methods

impl F32
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for F32
[src]

impl Clone for F32
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Into<F32>> Add<T> for F32
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl<T: Into<F32>> Sub<T> for F32
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl<T: Into<F32>> Mul<T> for F32
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<T: Into<F32>> Div<T> for F32
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl<T: Into<F32>> Rem<T> for F32
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl From<f32> for F32
[src]

[src]

Performs the conversion.

impl From<F32> for f32
[src]

[src]

Performs the conversion.

impl Neg for F32
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl<T: Into<F32> + Copy> PartialEq<T> for F32
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<T: Into<F32> + Copy> PartialOrd<T> for F32
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for F32
[src]

[src]

Formats the value using the given formatter. Read more

impl From<u32> for F32
[src]

[src]

Performs the conversion.

impl From<F32> for u32
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for F32

impl Sync for F32