Struct libc::_libc_fpxreg [−][src]
#[repr(C)]pub struct _libc_fpxreg {
pub significand: [u16; 4],
pub exponent: u16,
// some fields omitted
}
Fields
significand: [u16; 4]
exponent: u16
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.