#[repr(C, align(64))]pub union __m512 {
pub m512_f32: [f32; 16],
}
Fields§
§m512_f32: [f32; 16]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for __m512
impl RefUnwindSafe for __m512
impl Send for __m512
impl Sync for __m512
impl Unpin for __m512
impl UnwindSafe for __m512
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