Struct ndk_sys::_fpstate_64[][src]

#[repr(C)]
pub struct _fpstate_64 { pub cwd: __u16, pub swd: __u16, pub twd: __u16, pub fop: __u16, pub rip: __u64, pub rdp: __u64, pub mxcsr: __u32, pub mxcsr_mask: __u32, pub st_space: [__u32; 32], pub xmm_space: [__u32; 64], pub reserved2: [__u32; 12], pub __bindgen_anon_1: _fpstate_64__bindgen_ty_1, }

Fields

cwd: __u16swd: __u16twd: __u16fop: __u16rip: __u64rdp: __u64mxcsr: __u32mxcsr_mask: __u32st_space: [__u32; 32]xmm_space: [__u32; 64]reserved2: [__u32; 12]__bindgen_anon_1: _fpstate_64__bindgen_ty_1

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.