Struct guile_sys::Struct__fpstate [] [src]

#[repr(C)]
pub struct Struct__fpstate { pub cwd: __uint16_t, pub swd: __uint16_t, pub ftw: __uint16_t, pub fop: __uint16_t, pub rip: __uint64_t, pub rdp: __uint64_t, pub mxcsr: __uint32_t, pub mxcr_mask: __uint32_t, pub _st: [Struct__fpxreg; 8], pub _xmm: [Struct__xmmreg; 16], pub padding: [__uint32_t; 24], }

Fields

Trait Implementations

impl Copy for Struct__fpstate
[src]

impl Clone for Struct__fpstate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__fpstate
[src]

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