Struct libc_interface::_libc_fpreg[][src]

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

Fields

Trait Implementations

impl Copy for _libc_fpreg
[src]

impl Clone for _libc_fpreg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for _libc_fpreg
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for _libc_fpreg
[src]

Auto Trait Implementations

impl Send for _libc_fpreg

impl Sync for _libc_fpreg