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
exp: [SInt16; 2]
man: [UInt16; 4]
Trait Implementations
impl Clone for Float96[src]
fn clone(&self) -> Float96
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 Float96[src]
impl Debug for Float96[src]
impl Default for Float96[src]
impl Eq for Float96[src]
impl Hash for Float96[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