Struct MacTypes_sys::Float80 [] [src]

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

80 bit MacOS float: 1 sign bit, 15 exponent bits, 1 integer bit, 63 fraction bits.

Fields

Trait Implementations

impl Clone for Float80
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Float80
[src]

impl Debug for Float80
[src]

Formats the value using the given formatter.

impl Default for Float80
[src]

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

impl Eq for Float80
[src]

impl Hash for Float80
[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 Float80
[src]

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

This method tests for !=.