Struct libc_interface::_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
impl Copy for _libc_fpxreg[src]
impl Copy for _libc_fpxregimpl Clone for _libc_fpxreg[src]
impl Clone for _libc_fpxregfn clone(&self) -> _libc_fpxreg[src]
fn clone(&self) -> _libc_fpxregReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for _libc_fpxreg[src]
impl PartialEq for _libc_fpxregfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for _libc_fpxreg[src]
impl Eq for _libc_fpxregAuto Trait Implementations
impl Send for _libc_fpxreg
impl Send for _libc_fpxregimpl Sync for _libc_fpxreg
impl Sync for _libc_fpxreg