Struct libc::_libc_fpreg [] [src]

pub struct _libc_fpreg {
    pub significand: [u16; 4],
    pub exponent: u16,
}

Fields

significand: [u16; 4] exponent: u16

Trait Implementations

impl Copy for _libc_fpreg
[src]

impl Clone for _libc_fpreg
[src]

fn clone(&self) -> _libc_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