#[repr(C)]pub struct Struct__xsave_hdr {
pub xstate_bv: __uint64_t,
pub reserved1: [__uint64_t; 2],
pub reserved2: [__uint64_t; 5],
}Fields§
§xstate_bv: __uint64_t§reserved1: [__uint64_t; 2]§reserved2: [__uint64_t; 5]Trait Implementations§
Source§impl Clone for Struct__xsave_hdr
impl Clone for Struct__xsave_hdr
Source§impl Default for Struct__xsave_hdr
impl Default for Struct__xsave_hdr
impl Copy for Struct__xsave_hdr
Auto Trait Implementations§
impl Freeze for Struct__xsave_hdr
impl RefUnwindSafe for Struct__xsave_hdr
impl Send for Struct__xsave_hdr
impl Sync for Struct__xsave_hdr
impl Unpin for Struct__xsave_hdr
impl UnwindSafe for Struct__xsave_hdr
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