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

impl Copy for _fpreg
[src]

impl Debug for _fpreg
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for _fpreg
[src]

fn default() -> Self

Returns the "default value" for a type. Read more