Struct MacTypes_sys::Float96 [] [src]

pub struct Float96 {
    pub exp: [SInt16; 2],
    pub man: [UInt16; 4],
}

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 state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

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 !=.