Struct nix::libc::user_fpregs_struct[][src]

#[repr(C)]
pub struct user_fpregs_struct { pub cwd: u16, pub swd: u16, pub ftw: u16, pub fop: u16, pub rip: u64, pub rdp: u64, pub mxcsr: u32, pub mxcr_mask: u32, pub st_space: [u32; 32], pub xmm_space: [u32; 64], // some fields omitted }

Fields

Trait Implementations

impl Copy for user_fpregs_struct
[src]

impl Clone for user_fpregs_struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for user_fpregs_struct

impl Sync for user_fpregs_struct