Union ndk_sys::_fpstate_32__bindgen_ty_1 [−][src]
#[repr(C)]
pub union _fpstate_32__bindgen_ty_1 {
pub padding1: [__u32; 44],
pub padding: [__u32; 44],
}
Fields
padding1: [__u32; 44]
padding: [__u32; 44]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _fpstate_32__bindgen_ty_1
impl Send for _fpstate_32__bindgen_ty_1
impl Sync for _fpstate_32__bindgen_ty_1
impl Unpin for _fpstate_32__bindgen_ty_1
impl UnwindSafe for _fpstate_32__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more