#[repr(C)]pub struct Struct__xstate {
pub fpstate: Struct__fpstate,
pub xstate_hdr: Struct__xsave_hdr,
pub ymmh: Struct__ymmh_state,
}Fields§
§fpstate: Struct__fpstate§xstate_hdr: Struct__xsave_hdr§ymmh: Struct__ymmh_stateTrait Implementations§
Source§impl Clone for Struct__xstate
impl Clone for Struct__xstate
Source§impl Default for Struct__xstate
impl Default for Struct__xstate
impl Copy for Struct__xstate
Auto Trait Implementations§
impl Freeze for Struct__xstate
impl RefUnwindSafe for Struct__xstate
impl Send for Struct__xstate
impl Sync for Struct__xstate
impl Unpin for Struct__xstate
impl UnwindSafe for Struct__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