Struct ndk_sys::_fpx_sw_bytes [−][src]
#[repr(C)]pub struct _fpx_sw_bytes {
pub magic1: __u32,
pub extended_size: __u32,
pub xfeatures: __u64,
pub xstate_size: __u32,
pub padding: [__u32; 7],
}
Fields
magic1: __u32
extended_size: __u32
xfeatures: __u64
xstate_size: __u32
padding: [__u32; 7]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _fpx_sw_bytes
impl Send for _fpx_sw_bytes
impl Sync for _fpx_sw_bytes
impl Unpin for _fpx_sw_bytes
impl UnwindSafe for _fpx_sw_bytes
Blanket Implementations
Mutably borrows from an owned value. Read more