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