Struct sfnt::Fixed16_16[][src]

pub struct Fixed16_16(pub u32);

A 16.16 fixed-point number.

Trait Implementations

impl Copy for Fixed16_16
[src]

impl Clone for Fixed16_16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Fixed16_16
[src]

Formats the value using the given formatter. Read more

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

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

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

impl Into<f32> for Fixed16_16
[src]

Performs the conversion.

impl Into<f64> for Fixed16_16
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Fixed16_16

impl Sync for Fixed16_16