Struct libc::user_fpxregs_struct [] [src]

#[repr(C)]
pub struct user_fpxregs_struct { pub cwd: c_ushort, pub swd: c_ushort, pub twd: c_ushort, pub fop: c_ushort, pub fip: c_long, pub fcs: c_long, pub foo: c_long, pub fos: c_long, pub mxcsr: c_long, pub st_space: [c_long; 32], pub xmm_space: [c_long; 32], // some fields omitted }

Fields

Trait Implementations

impl Copy for user_fpxregs_struct
[src]

impl Clone for user_fpxregs_struct
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations