#[repr(C)]pub struct XSaveAVX {
pub ymmh: [[u8; 16]; 16],
}Fields§
§ymmh: [[u8; 16]; 16]Trait Implementations§
Auto Trait Implementations§
impl Freeze for XSaveAVX
impl RefUnwindSafe for XSaveAVX
impl Send for XSaveAVX
impl Sync for XSaveAVX
impl Unpin for XSaveAVX
impl UnwindSafe for XSaveAVX
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