Struct ndk_sys::user_vfp_exc [−][src]
#[repr(C)]pub struct user_vfp_exc {
pub fpexc: c_ulong,
pub fpinst: c_ulong,
pub fpinst2: c_ulong,
}
Fields
fpexc: c_ulong
fpinst: c_ulong
fpinst2: c_ulong
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for user_vfp_exc
impl Send for user_vfp_exc
impl Sync for user_vfp_exc
impl Unpin for user_vfp_exc
impl UnwindSafe for user_vfp_exc
Blanket Implementations
Mutably borrows from an owned value. Read more