Struct MacTypes_sys::Float80 [] [src]

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

Fields

Trait Implementations

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

impl Hash for Float80
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for Float80
[src]

impl Default for Float80
[src]

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

impl Debug for Float80
[src]

Formats the value using the given formatter.

impl Copy for Float80
[src]

impl Clone for Float80
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more