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