Struct fin::Dirty [] [src]

pub struct Dirty<F: Float>(_);

Methods

impl<F: Float> Dirty<F>
[src]

[src]

[src]

Trait Implementations

impl<B, F> Add<B> for Dirty<F> where
    F: Float,
    B: UncheckedConv<F>, 
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl<B, F> Mul<B> for Dirty<F> where
    F: Float,
    B: UncheckedConv<F>, 
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<F> Neg for Dirty<F> where
    F: Float
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl<B, F> PartialEq<B> for Dirty<F> where
    B: UncheckedConv<F> + Copy,
    F: Float
[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<B, F> PartialOrd<B> for Dirty<F> where
    B: UncheckedConv<F> + Copy,
    F: Float
[src]

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

impl<F: Debug + Float> Debug for Dirty<F>
[src]

[src]

Formats the value using the given formatter.

impl<F: Copy + Float> Copy for Dirty<F>
[src]

impl<F: Clone + Float> Clone for Dirty<F>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<F> FinFloat<F> for Dirty<F> where
    F: Float,
    Dirty<F>: UncheckedConv<F>, 
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<F: Float> UncheckedConv<F> for Dirty<F>
[src]

[src]

[src]

[src]