pub struct Xsave { /* private fields */ }
Available on x86 or x86-64 only.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xsave
impl RefUnwindSafe for Xsave
impl Send for Xsave
impl Sync for Xsave
impl Unpin for Xsave
impl UnwindSafe for Xsave
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