Struct libc::_libc_fpxreg
[−]
[src]
pub struct _libc_fpxreg { pub significand: [u16; 4], pub exponent: u16, // some fields omitted }
Fields
significand | |
exponent |
pub struct _libc_fpxreg { pub significand: [u16; 4], pub exponent: u16, // some fields omitted }
significand | |
exponent |
impl Copy for _libc_fpxreg
impl Clone for _libc_fpxreg
fn clone(&self) -> _libc_fpxreg
fn clone_from(&mut self, source: &Self)