#[repr(C)]pub struct xmmreg {
pub xmm_env: [u32; 8],
pub xmm_acc: [[u8; 16]; 8],
pub xmm_reg: [[u8; 16]; 8],
pub xmm_pad: [u8; 224],
}Fields§
§xmm_env: [u32; 8]§xmm_acc: [[u8; 16]; 8]§xmm_reg: [[u8; 16]; 8]§xmm_pad: [u8; 224]Trait Implementations§
Auto Trait Implementations§
impl Freeze for xmmreg
impl RefUnwindSafe for xmmreg
impl Send for xmmreg
impl Sync for xmmreg
impl Unpin for xmmreg
impl UnwindSafe for xmmreg
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