pub struct F32x16(/* private fields */);Available on x86 or x86-64 only.
Expand description
Вектор из 16 элементов f32 (AVX512)
Trait Implementations§
impl Copy for F32x16
impl StructuralPartialEq for F32x16
Auto Trait Implementations§
impl Freeze for F32x16
impl RefUnwindSafe for F32x16
impl Send for F32x16
impl Sync for F32x16
impl Unpin for F32x16
impl UnsafeUnpin for F32x16
impl UnwindSafe for F32x16
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