Struct libresolv_sys::_fpreg
[−]
[src]
pub struct _fpreg { pub significand: [c_ushort; 4], pub exponent: c_ushort, }
Fields
significand: [c_ushort; 4]
exponent: c_ushort
Trait Implementations
impl Clone for _fpreg
[src]
fn clone(&self) -> _fpreg
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more