#[repr(C)]pub struct XSaveZMM_Hi256 {
pub zmm_hi256: [[u8; 32]; 16],
}Fields§
§zmm_hi256: [[u8; 32]; 16]Trait Implementations§
Source§impl Clone for XSaveZMM_Hi256
impl Clone for XSaveZMM_Hi256
Source§fn clone(&self) -> XSaveZMM_Hi256
fn clone(&self) -> XSaveZMM_Hi256
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XSaveZMM_Hi256
impl Debug for XSaveZMM_Hi256
impl Copy for XSaveZMM_Hi256
Auto Trait Implementations§
impl Freeze for XSaveZMM_Hi256
impl RefUnwindSafe for XSaveZMM_Hi256
impl Send for XSaveZMM_Hi256
impl Sync for XSaveZMM_Hi256
impl Unpin for XSaveZMM_Hi256
impl UnwindSafe for XSaveZMM_Hi256
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