Struct fp::F24P8 [] [src]

pub struct F24P8 { /* fields omitted */ }

Methods

impl F24P8
[src]

Trait Implementations

impl Copy for F24P8
[src]

impl Clone for F24P8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for F24P8
[src]

impl PartialEq for F24P8
[src]

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

This method tests for !=.

impl Ord for F24P8
[src]

This method returns an Ordering between self and other. Read more

impl PartialOrd for F24P8
[src]

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

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

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

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

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

impl Add for F24P8
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for F24P8
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul for F24P8
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<i32> for F24P8
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<i32> for F24P8
[src]

The resulting type after applying the / operator

The method for the / operator

impl Display for F24P8
[src]

Formats the value using the given formatter. Read more

impl Debug for F24P8
[src]

Formats the value using the given formatter.

impl From<f64> for F24P8
[src]

Performs the conversion.

impl From<i32> for F24P8
[src]

Performs the conversion.