Struct ndk_sys::user_fpxregs_struct [−][src]
#[repr(C)]pub struct user_fpxregs_struct {}
Fields
cwd: c_ushort
swd: c_ushort
twd: c_ushort
fop: c_ushort
fip: c_long
fcs: c_long
foo: c_long
fos: c_long
mxcsr: c_long
reserved: c_long
st_space: [c_long; 32]
xmm_space: [c_long; 32]
padding: [c_long; 56]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for user_fpxregs_struct
impl Send for user_fpxregs_struct
impl Sync for user_fpxregs_struct
impl Unpin for user_fpxregs_struct
impl UnwindSafe for user_fpxregs_struct
Blanket Implementations
Mutably borrows from an owned value. Read more