pub union YmmRegister {
mm256: __m256i,
array: [i16; 16],
}Fields§
§mm256: __m256i§array: [i16; 16]Auto Trait Implementations§
impl Freeze for YmmRegister
impl RefUnwindSafe for YmmRegister
impl Send for YmmRegister
impl Sync for YmmRegister
impl Unpin for YmmRegister
impl UnsafeUnpin for YmmRegister
impl UnwindSafe for YmmRegister
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