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
exp: SInt16
man: [UInt16; 4]
Trait Implementations
impl Clone for Float80
[src]
fn clone(&self) -> Float80
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for Float80
[src]
impl Debug for Float80
[src]
impl Default for Float80
[src]
impl Eq for Float80
[src]
impl Hash for Float80
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more