Struct sfnt::Fixed2_14[][src]

pub struct Fixed2_14(pub u16);

A 2.14 fixed-point number.

Trait Implementations

impl Copy for Fixed2_14
[src]

impl Clone for Fixed2_14
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Fixed2_14
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Fixed2_14
[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 Fixed2_14
[src]

impl<'a> Extract<'a, ()> for Fixed2_14
[src]

Extracts a value of this type from the supplied stream of bytes. Read more

impl Into<f32> for Fixed2_14
[src]

Performs the conversion.

impl Into<f64> for Fixed2_14
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Fixed2_14

impl Sync for Fixed2_14