Struct libc::_libc_fpxreg [] [src]

pub struct _libc_fpxreg {
    pub significand: [u16; 4],
    pub exponent: u16,
    // some fields omitted
}

Fields

Trait Implementations

impl Copy for _libc_fpxreg
[src]

impl Clone for _libc_fpxreg
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more