Struct MacTypes_sys::Float96 [] [src]

#[repr(C)]
pub struct Float96 { pub exp: [SInt16; 2], pub man: [UInt16; 4], }

96 bit 68881 float: 1 sign bit, 15 exponent bits, 16 pad bits, 1 integer bit, 63 fraction bits.

Fields

Trait Implementations

impl Clone for Float96
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Float96
[src]

impl Debug for Float96
[src]

Formats the value using the given formatter.

impl Default for Float96
[src]

Returns the "default value" for a type. Read more

impl Eq for Float96
[src]

impl Hash for Float96
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Float96
[src]

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

This method tests for !=.