Struct libc_interface::_libc_fpreg [−][src]
#[repr(C)]pub struct _libc_fpreg { pub significand: [u16; 4], pub exponent: u16, }
Fields
significand: [u16; 4]
exponent: u16
Trait Implementations
impl Copy for _libc_fpreg[src]
impl Copy for _libc_fpregimpl Clone for _libc_fpreg[src]
impl Clone for _libc_fpregfn clone(&self) -> _libc_fpreg[src]
fn clone(&self) -> _libc_fpregReturns 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_fpreg[src]
impl PartialEq for _libc_fpregfn 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_fpreg[src]
impl Eq for _libc_fpregAuto Trait Implementations
impl Send for _libc_fpreg
impl Send for _libc_fpregimpl Sync for _libc_fpreg
impl Sync for _libc_fpreg