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