Struct gdnative_visual_script::common::libc::user_fpxregs_struct[][src]

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

Fields

Trait Implementations

impl Clone for user_fpxregs_struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for user_fpxregs_struct
[src]

Auto Trait Implementations