#[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 Send for _xstate
impl Sync for _xstate
impl Unpin for _xstate
impl UnwindSafe for _xstate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more