Struct guile_sys::Struct__libc_fpxreg [] [src]

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

Fields

Trait Implementations

impl Copy for Struct__libc_fpxreg
[src]

impl Clone for Struct__libc_fpxreg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__libc_fpxreg
[src]

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