Struct ndk_sys::user_fpxregs_struct [−][src]
#[repr(C)]pub struct user_fpxregs_struct {}Fields
cwd: c_ushortswd: c_ushorttwd: c_ushortfop: c_ushortfip: c_longfcs: c_longfoo: c_longfos: c_longmxcsr: c_longreserved: c_longst_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