Struct libresolv_sys::_fpreg [] [src]

#[repr(C)]
pub struct _fpreg { pub significand: [c_ushort; 4], pub exponent: c_ushort, }

Fields

Trait Implementations

impl Copy for _fpreg
[src]

impl Clone for _fpreg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fpreg
[src]

Formats the value using the given formatter.

impl Default for _fpreg
[src]

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