Struct c_gull::_libc_fpreg
source · pub struct _libc_fpreg {
pub significand: [u16; 4],
pub exponent: u16,
}Fields§
§significand: [u16; 4]§exponent: u16Trait Implementations§
source§impl Clone for _libc_fpreg
impl Clone for _libc_fpreg
source§fn clone(&self) -> _libc_fpreg
fn clone(&self) -> _libc_fpreg
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more