Struct libresolv_sys::_libc_fpxreg [] [src]

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

Fields

Trait Implementations

impl Copy for _libc_fpxreg
[src]

impl Clone for _libc_fpxreg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _libc_fpxreg
[src]

Formats the value using the given formatter.

impl Default for _libc_fpxreg
[src]

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