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_32xstate_hdr: _headerymmh: _ymmh_stateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _xstate
impl UnwindSafe for _xstate
Blanket Implementations
Mutably borrows from an owned value. Read more