Struct ndk_sys::_xstate [−][src]
#[repr(C)]pub struct _xstate {
pub fpstate: _fpstate_32,
pub xstate_hdr: _header,
pub ymmh: _ymmh_state,
}
Fields
fpstate: _fpstate_32
xstate_hdr: _header
ymmh: _ymmh_state
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _xstate
impl UnwindSafe for _xstate
Blanket Implementations
Mutably borrows from an owned value. Read more